From: Mikko Rasa Date: Wed, 25 Jun 2008 09:20:31 +0000 (+0000) Subject: Add a missing #include X-Git-Tag: 0.9~4 X-Git-Url: http://git.tdb.fi/?p=libs%2Fal.git;a=commitdiff_plain;h=feebd0a043d47c6d57ba48dc354e5f52eece28a9 Add a missing #include --- diff --git a/source/source.h b/source/source.h index 29118c5..a2455f8 100644 --- a/source/source.h +++ b/source/source.h @@ -10,6 +10,7 @@ Diestributed under the LGPL #include #include +#include "types.h" namespace Msp { namespace AL {