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