1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-10-04 16:17:17 +02:00

fix linux build error

This commit is contained in:
Darren Ng 2021-06-23 22:41:35 +08:00 committed by tsjost
parent 30856790f1
commit da97cb1822
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,7 @@
#define _RWENGINE_TRAFFICDIRECTOR_HPP_
#include <vector>
#include <cstddef>
class GameWorld;
class GameObject;

View File

@ -1,4 +1,6 @@
#include "audio/SoundBufferStreamed.hpp"
#include <thread>
#include "audio/SoundBufferStreamed.hpp"
#include <rw/types.hpp>