Skip to content

Commit 68ec539

Browse files
committed
engine: Fix compilation error due to missing <thread> include
1 parent b95bdd4 commit 68ec539

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/src/simulation.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
#include <future> // for future<>, async
8181
#include <sstream> // for stringstream
8282
#include <string> // for string
83+
#include <thread> // for sleep_for
8384

8485
#include <boost/filesystem.hpp> // for is_directory, is_regular_file, ...
8586

0 commit comments

Comments
 (0)