Fix for old GAVL versions (missing uint64_t)

This commit is contained in:
Odin Hørthe Omdal 2010-05-14 19:08:48 +02:00 committed by Ichthyostega
parent 9d99300841
commit 792a595041

View file

@ -28,6 +28,7 @@
#include <string>
extern "C" {
#include <stdint.h>
#include <gavl/gavltime.h>
}