Kaynağa Gözat

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

Tobias 8 yıl önce
ebeveyn
işleme
420f8fb29e
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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 {