Explorar el Código

Fix an issue where we used std::string without including it properly.

Sam Jaffe hace 5 años
padre
commit
f096edddd9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      include/expect/expect.hpp

+ 1 - 0
include/expect/expect.hpp

@@ -8,6 +8,7 @@
 #pragma once
 
 #include <stdexcept>
+#include <string>
 
 #undef CONCAT2
 #define CONCAT2(A, B) A##B