1
0
Эх сурвалжийг харах

obs-text: add missing locale include to fix build

PR 2079 added localization but forgot the needed include
Manuel Kroeber 6 жил өмнө
parent
commit
3773c7cc31

+ 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;