13
0

Include stdint.h for int64_t type

This commit is contained in:
Tim Mayberry 2014-05-20 13:24:45 +10:00
parent c5538969b7
commit dada765e7a

View File

@ -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"