Sfoglia il codice sorgente

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

Sam Jaffe 5 anni fa
parent
commit
70cc9cfc19
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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