mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
drose: add missing includes
This commit is contained in:
parent
d69414689f
commit
8d7f794b41
@ -16,6 +16,13 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_STRING_H
|
||||
#include <string.h>
|
||||
#endif
|
||||
#ifdef HAVE_STDLIB_H
|
||||
#include <stdlib.h>
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
#ifdef HAVE_IOSTREAM
|
||||
#include <iostream>
|
||||
|
Loading…
x
Reference in New Issue
Block a user