Explorar o código

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

Tobias %!s(int64=8) %!d(string=hai) anos
pai
achega
420f8fb29e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {