Pārlūkot izejas kodu

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

Sam Jaffe 5 gadi atpakaļ
vecāks
revīzija
70cc9cfc19
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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