]> git.sesse.net Git - stockfish/blobdiff - src/misc.h
Rewrite the way application exits
[stockfish] / src / misc.h
index aff7cf3e1e0aca0703f95e3d8d5ec97b5f0d450e..8c0a1f054859795d40ab34e3675c5a755f0e2410 100644 (file)
@@ -29,6 +29,7 @@
 #include <fstream>
 #include <string>
 
+#include "application.h"
 
 ////
 //// Macros
@@ -47,6 +48,7 @@ extern int get_system_time();
 extern int cpu_count();
 extern int Bioskey();
 
+
 ////
 //// Debug
 ////