summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-07-17 18:15:37 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-07-17 18:15:42 -0400
commit8c6d78c188298369e28adc19e577664d9f15567c (patch)
tree47c7e4e4f65d1e07d9249709f9d784db3d9ea03a /libs/gtkmm2ext
parentac37c9b7b8b7a3c1ecba65cc251ad2a9b9cfb39d (diff)
add required stdint.h
Diffstat (limited to 'libs/gtkmm2ext')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/colors.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/colors.h b/libs/gtkmm2ext/gtkmm2ext/colors.h
index 3ec6ae3a81..6862d4a082 100644
--- a/libs/gtkmm2ext/gtkmm2ext/colors.h
+++ b/libs/gtkmm2ext/gtkmm2ext/colors.h
@@ -20,6 +20,8 @@
#ifndef _GTKMM2EXT_COLORS_H_
#define _GTKMM2EXT_COLORS_H_
+#include<stdint.h>
+
#include <cairomm/context.h>
#include "gtkmm2ext/visibility.h"