Linux needs <cstring>

This commit is contained in:
James Turner 2013-10-09 11:58:51 +02:00
parent d148bdedcd
commit 426c6b9a72

View File

@ -22,6 +22,7 @@
#include <cassert> #include <cassert>
#include <cstdlib> // rand() #include <cstdlib> // rand()
#include <iostream> #include <iostream>
#include <cstring> // for memset, memcpy
#include <simgear/debug/logstream.hxx> #include <simgear/debug/logstream.hxx>
#include <simgear/structure/exception.hxx> #include <simgear/structure/exception.hxx>