Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/colorsc.h
diff options
context:
space:
mode:
authorWade Brainerd <wadetb@gmail.com>2008-11-26 03:31:37 (GMT)
committer Wade Brainerd <wadetb@gmail.com>2008-11-26 03:31:37 (GMT)
commit7cf23ecfe07a17e766c2b104f2d5b39ec028a27f (patch)
treef30ab4811684e89dbf268daf75f37ec839ded2db /src/colorsc.h
parenta456fc05cbb8793852c1bcaa565a51cf30c2d148 (diff)
Performance optimizations. Basically fixed some bugs in the dirty rectangle code.
Diffstat (limited to 'src/colorsc.h')
-rw-r--r--src/colorsc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/colorsc.h b/src/colorsc.h
index 555ec2c..543a2ce 100644
--- a/src/colorsc.h
+++ b/src/colorsc.h
@@ -25,6 +25,7 @@
using namespace std;
#include <cmath>
+#include <float.h>
// todo- Include the real GTK headers when installed.
#include "gtk_types.h"