1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-07-08 13:54:52 +02:00

Merge fix #740 compilation errors

This commit is contained in:
tsjost 2021-10-03 22:53:06 +02:00
commit 48f34c7ee9
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>