summaryrefslogtreecommitdiffstats
path: root/generic/tkbltGraph.C
diff options
context:
space:
mode:
Diffstat (limited to 'generic/tkbltGraph.C')
-rw-r--r--generic/tkbltGraph.C4
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/tkbltGraph.C b/generic/tkbltGraph.C
index 13e0e9a..9607f54 100644
--- a/generic/tkbltGraph.C
+++ b/generic/tkbltGraph.C
@@ -27,7 +27,8 @@
* WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
-#include <float.h>
+#include <cfloat>
+#include <cmath>
#include <tkInt.h>
@@ -50,6 +51,7 @@
#include "tkbltGrDef.h"
#include "tkbltGrPostscript.h"
#include "tkbltGrPSOutput.h"
+#include "tkbltInt.h"
using namespace Blt;