Adding missing header for non-precompiled headers

This commit is contained in:
Stefan Csomor
2018-08-26 18:20:24 +02:00
parent cfab2206da
commit a8cc8f5ae8

View File

@@ -28,6 +28,7 @@
#ifndef WX_PRECOMP
#include "wx/app.h"
#include "wx/nonownedwnd.h"
#include "wx/dialog.h"
#endif // WX_PRECOMP
#include "wx/log.h"