From b0ffa4501151d1cf01dd129a9cd6341093387d9b Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Sat, 3 May 2014 11:34:16 -0700 Subject: [PATCH] Include lmmsconfig.h for OS #ifdef --- plugins/LadspaEffect/swh/impulses/all.h | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/LadspaEffect/swh/impulses/all.h b/plugins/LadspaEffect/swh/impulses/all.h index 5ea04fc6a..b6f2c0346 100644 --- a/plugins/LadspaEffect/swh/impulses/all.h +++ b/plugins/LadspaEffect/swh/impulses/all.h @@ -2,6 +2,7 @@ #define IMPULSES 21 +#include "lmmsconfig.h" #include "impulses/01-unit.h" #include "impulses/02-steves-flat.h" #include "impulses/03-stk-m1.h"