mirror of
https://github.com/vcmi/vcmi.git
synced 2025-07-17 01:32:21 +02:00
Merge pull request #5496 from IvanSavenko/std_thread
Replace boost::thread with std::thread
This commit is contained in:
@ -22,7 +22,7 @@
|
||||
|
||||
#include "../CCallback.h"
|
||||
|
||||
#include "ConditionalWait.h"
|
||||
#include "../lib/ConditionalWait.h"
|
||||
#include "../lib/CConfigHandler.h"
|
||||
#include "../lib/CRandomGenerator.h"
|
||||
#include "../lib/pathfinder/CGPathNode.h"
|
||||
|
Reference in New Issue
Block a user