From Sid Byce, fixes for compiling with gcc 4.3
This commit is contained in:
parent
7f30f0038f
commit
93127866a8
@ -25,6 +25,7 @@
|
||||
#include <osg/Texture2DArray>
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "dxtctool.h"
|
||||
|
||||
|
@ -12,6 +12,7 @@
|
||||
*/
|
||||
#include <osg/Notify>
|
||||
#include <string>
|
||||
#include <stdlib.h>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
|
||||
|
@ -10,6 +10,7 @@
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* OpenSceneGraph Public License for more details.
|
||||
*/
|
||||
#include <string.h>
|
||||
#include <osgDB/Field>
|
||||
|
||||
using namespace osgDB;
|
||||
|
@ -11,6 +11,7 @@
|
||||
* OpenSceneGraph Public License for more details.
|
||||
*/
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <limits.h>
|
||||
|
||||
#include <osgDB/FileNameUtils>
|
||||
|
@ -16,6 +16,7 @@
|
||||
#endif
|
||||
|
||||
#include <string>
|
||||
#include <memory>
|
||||
#include <sstream>
|
||||
#include <algorithm>
|
||||
|
||||
|
@ -30,6 +30,7 @@
|
||||
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <string.h>
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
@ -29,6 +29,8 @@
|
||||
#include "directx.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include <osg/Notify>
|
||||
|
||||
|
@ -29,6 +29,8 @@
|
||||
#include "types.h"
|
||||
|
||||
#include <iostream>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
using namespace std;
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
* OpenSceneGraph Public License for more details.
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include "DefaultFont.h"
|
||||
|
||||
#include <osg/Notify>
|
||||
|
@ -12,6 +12,7 @@
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <values.h>
|
||||
|
||||
#include <fstream>
|
||||
#include <osgViewer/Viewer>
|
||||
|
Loading…
Reference in New Issue
Block a user