From Mathias Froehlich, "Add missing includes. Fails on hp-ux."

This commit is contained in:
Robert Osfield
2007-12-06 17:03:47 +00:00
parent 5b305e37b0
commit 49db32ca3f
2 changed files with 2 additions and 0 deletions

View File

@@ -30,6 +30,7 @@
#include "hdrwriter.h"
#include <sstream>
#include <ostream>
#include <string>
#include <math.h>
#include <ctype.h>

View File

@@ -26,6 +26,7 @@
#include <osg/Image>
#include <iosfwd>
#include <math.h>
class HDRWriter {