Merge pull request #2180 from ElectronicWar/fix-build-pr-2079
obs-text: add missing include to fix buildmaster
commit
0adb5b81e7
|
@ -8,6 +8,7 @@
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
|
#include <locale>
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
using namespace Gdiplus;
|
using namespace Gdiplus;
|
||||||
|
|
Loading…
Reference in New Issue