]> git.tdb.fi Git - libs/al.git/commitdiff
Add a missing #include
authorMikko Rasa <tdb@tdb.fi>
Wed, 25 Jun 2008 09:20:31 +0000 (09:20 +0000)
committerMikko Rasa <tdb@tdb.fi>
Wed, 25 Jun 2008 09:20:31 +0000 (09:20 +0000)
source/source.h

index 29118c5ea0d6dd18d2b7abd82b2ae1862d305700..a2455f8c9e4d6cb892dd2b3c7201d2f41212a56e 100644 (file)
@@ -10,6 +10,7 @@ Diestributed under the LGPL
 
 #include <vector>
 #include <AL/al.h>
+#include "types.h"
 
 namespace Msp {
 namespace AL {