diff options
Diffstat (limited to 'plugins/NewStory/src/stdafx.h')
-rw-r--r-- | plugins/NewStory/src/stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/NewStory/src/stdafx.h b/plugins/NewStory/src/stdafx.h index f48693cc29..f89220c3ca 100644 --- a/plugins/NewStory/src/stdafx.h +++ b/plugins/NewStory/src/stdafx.h @@ -31,6 +31,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <Shlwapi.h>
#include <malloc.h>
+#undef Translate
+#include <gdiplus.h>
+using namespace Gdiplus;
+
#include <map>
#include <set>
|