Fix build without PCH

This commit is contained in:
tamasmeszaros 2019-08-07 11:17:17 +02:00
parent f61c982111
commit 1c479ad6c5

View file

@ -5,6 +5,7 @@
#include <string> #include <string>
#include <vector> #include <vector>
#include <thread> #include <thread>
#include <atomic>
class wxImage; class wxImage;