13
0

clang build fix (uint32_t is not declaed)

This commit is contained in:
Robin Gareus 2015-12-29 18:49:56 +01:00
parent 80e170d7fd
commit 80a730550d

View File

@ -25,6 +25,7 @@
#include <map>
#include <boost/function.hpp>
#include <boost/bind.hpp> /* we don't need this here, but anything calling call_slot() probably will, so this is convenient */
#include <stdint.h>
#include <pthread.h>
#include <glibmm/threads.h>