mirror of
https://github.com/rwengine/openrw.git
synced 2024-11-22 10:22:52 +01:00
fix linux build error
This commit is contained in:
parent
30856790f1
commit
da97cb1822
@ -2,6 +2,7 @@
|
|||||||
#define _RWENGINE_TRAFFICDIRECTOR_HPP_
|
#define _RWENGINE_TRAFFICDIRECTOR_HPP_
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <cstddef>
|
||||||
|
|
||||||
class GameWorld;
|
class GameWorld;
|
||||||
class GameObject;
|
class GameObject;
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
#include "audio/SoundBufferStreamed.hpp"
|
#include <thread>
|
||||||
|
|
||||||
|
#include "audio/SoundBufferStreamed.hpp"
|
||||||
|
|
||||||
#include <rw/types.hpp>
|
#include <rw/types.hpp>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user