Quellcode durchsuchen

Port #3758 from Citra (#852): Add missing std::string import in text_formatter

Tobias vor 8 Jahren
Ursprung
Commit
420f8fb29e
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1 0
      src/common/logging/text_formatter.h

+ 1 - 0
src/common/logging/text_formatter.h

@@ -5,6 +5,7 @@
 #pragma once
 
 #include <cstddef>
+#include <string>
 
 namespace Log {