Jelajahi Sumber

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

Sam Jaffe 5 tahun lalu
induk
melakukan
f096edddd9
1 mengubah file dengan 1 tambahan dan 0 penghapusan
  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