This website works better with JavaScript
Home
Explore
Help
Sign In
cpp
/
panda3d
mirror of
https://github.com/panda3d/panda3d
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
include stdint.h from avio.h
rdb
14 years ago
parent
28f1fd83ca
commit
8f41f7ac7a
2 changed files
with
6 additions
and
0 deletions
Unified View
Show Diff Stats
3
0
dtool/src/parser-inc/avio.h
3
0
dtool/src/parser-inc/libavformat/avio.h
+ 3
- 0
dtool/src/parser-inc/avio.h
View File
@@ -1,3 +1,6 @@
#ifndef AVIO_H
#ifndef AVIO_H
#define AVIO_H
#define AVIO_H
+
+#include <stdint.h>
+
#endif
#endif
+ 3
- 0
dtool/src/parser-inc/libavformat/avio.h
View File
@@ -1,3 +1,6 @@
#ifndef AVIO_H
#ifndef AVIO_H
#define AVIO_H
#define AVIO_H
+
+#include <stdint.h>
+
#endif
#endif