Просмотр исходного кода

obs-text: add missing locale include to fix build

PR 2079 added localization but forgot the needed include
Manuel Kroeber 6 лет назад
Родитель
Сommit
3773c7cc31
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      plugins/obs-text/gdiplus/obs-text.cpp

+ 1 - 0
plugins/obs-text/gdiplus/obs-text.cpp

@@ -8,6 +8,7 @@
 #include <algorithm>
 #include <string>
 #include <memory>
+#include <locale>
 
 using namespace std;
 using namespace Gdiplus;