Merge pull request #2180 from ElectronicWar/fix-build-pr-2079

obs-text: add missing include to fix build
master
Jim 2019-11-17 01:24:41 -08:00 committed by GitHub
commit 0adb5b81e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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