Bläddra i källkod

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

Sam Jaffe 5 år sedan
förälder
incheckning
f096edddd9
1 ändrade filer med 1 tillägg och 0 borttagningar
  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