Merge pull request #1902 from cloudwu/fixmingwbuild

fix mingw build
This commit is contained in:
erwincoumans
2019-02-26 10:20:06 -08:00
committed by GitHub
2 changed files with 10 additions and 21 deletions

View File

@@ -1,5 +1,6 @@
#include "GwenParameterInterface.h"
#include "gwenInternalData.h"
#include <cstring>
struct MyButtonEventHandler : public Gwen::Event::Handler
{