From 8c6d78c188298369e28adc19e577664d9f15567c Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 17 Jul 2017 18:15:37 -0400 Subject: [PATCH] add required stdint.h --- libs/gtkmm2ext/gtkmm2ext/colors.h | 2 ++ 1 file changed, 2 insertions(+) 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 + #include #include "gtkmm2ext/visibility.h"