13
0

add required stdint.h

This commit is contained in:
Paul Davis 2017-07-17 18:15:37 -04:00
parent ac37c9b7b8
commit 8c6d78c188

View File

@ -20,6 +20,8 @@
#ifndef _GTKMM2EXT_COLORS_H_
#define _GTKMM2EXT_COLORS_H_
#include<stdint.h>
#include <cairomm/context.h>
#include "gtkmm2ext/visibility.h"