]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/sample_queue.cxx
Add a HLADataElementVisitor implementation.
[simgear.git] / simgear / sound / sample_queue.cxx
index a367ed25355cb6cfa6c09cf5ab6ea2e7785eb4b0..08cb3019eaa844a2673380a471fbfa2fc2444502 100644 (file)
@@ -26,7 +26,8 @@
 #  include <simgear_config.h>
 #endif
 
-#include <stdlib.h>    // rand()
+#include <cstdlib>     // rand()
+#include <cstring>
 
 #include <simgear/debug/logstream.hxx>
 #include <simgear/structure/exception.hxx>