Explorar el Código

Fix missing forward_list include (#2911)

Noticed due to some build issues not caught by github actions.
Jon Ross-Perkins hace 2 años
padre
commit
87dbc4bd8a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      toolchain/lexer/tokenized_buffer_test.cpp

+ 1 - 0
toolchain/lexer/tokenized_buffer_test.cpp

@@ -7,6 +7,7 @@
 #include <gmock/gmock.h>
 #include <gtest/gtest.h>
 
+#include <forward_list>
 #include <iterator>
 
 #include "llvm/ADT/ArrayRef.h"