include stdint.h to allow uint32_t in custom cell renderer pixbuf multi

git-svn-id: svn://localhost/ardour2/branches/3.0@6148 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-11-21 19:29:38 +00:00
parent 7ec2888c32
commit 3ef1fe2493

View File

@ -28,6 +28,7 @@
#endif
#include <map>
#include <stdint.h>
#include <gtkmm/drawingarea.h>
#include <gtkmm/adjustment.h>