Parcourir la source

obs-text: add missing locale include to fix build

PR 2079 added localization but forgot the needed include
Manuel Kroeber il y a 6 ans
Parent
commit
3773c7cc31
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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;