fix Linux build
This commit is contained in:
parent
0325f9ed57
commit
8d005f7cbc
|
@ -19,6 +19,8 @@
|
||||||
|
|
||||||
#include "../export.h"
|
#include "../export.h"
|
||||||
|
|
||||||
|
#include <thread>
|
||||||
|
|
||||||
class DivExportAmigaValidation: public DivROMExport {
|
class DivExportAmigaValidation: public DivROMExport {
|
||||||
DivEngine* e;
|
DivEngine* e;
|
||||||
std::thread* exportThread;
|
std::thread* exportThread;
|
||||||
|
|
Loading…
Reference in a new issue