1
0
mirror of https://github.com/rwengine/openrw.git synced 2024-10-06 09:07:19 +02:00

rwcore: casts needs <string> include

This commit is contained in:
Anonymous Maarten 2018-08-14 20:46:47 +02:00
parent 9dc9ce27a8
commit 089ab58717

View File

@ -2,6 +2,7 @@
#define _LIBRW_CASTS_HPP_
#include <cstring> // memcpy
#include <string>
#include "rw/debug.hpp"