fix window-title (separate application name, thread name)
[ardour.git] / libs / gtkmm2ext / gtkmm2ext / idle_adjustment.h
index 00b65f21d866af0786c4b2cfbbee51e6c456e339..15a8cb13f70299fabd6d2124ed985d2bcfc76911 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2000-2007 Paul Davis 
+    Copyright (C) 2000-2007 Paul Davis
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -20,7 +20,9 @@
 #ifndef __gtkmm2ext_idle_adjustment_h__
 #define __gtkmm2ext_idle_adjustment_h__
 
+#include <stdint.h>
 #include <sys/time.h>
+
 #include <gtkmm/adjustment.h>
 
 #include "gtkmm2ext/visibility.h"