From 7e8a156e7580609739408bb31f7415f5319d0e9f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 10 Jul 2008 17:08:28 +0000 Subject: Fix compilation on (some installations of) gcc 4.3. git-svn-id: http://svn.drobilla.net/lad/patchage@1290 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageEvent.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PatchageEvent.hpp b/src/PatchageEvent.hpp index c13244c..20a71bb 100644 --- a/src/PatchageEvent.hpp +++ b/src/PatchageEvent.hpp @@ -18,6 +18,7 @@ #ifndef PATCHAGE_PATCHAGEEVENT_HPP #define PATCHAGE_PATCHAGEEVENT_HPP +#include #include #include CONFIG_H_PATH #ifdef HAVE_ALSA -- cgit v1.2.1