From e12e7b4d76f37c7595be489779cea86daeb68ddd Mon Sep 17 00:00:00 2001 From: Andrew Johnson Date: Tue, 19 Jul 2016 18:40:58 -0500 Subject: [PATCH] Resolve github #37 without cacheing epicsExportSharedSymbols --- src/misc/executor.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/misc/executor.cpp b/src/misc/executor.cpp index d41f16e..4f46df4 100644 --- a/src/misc/executor.cpp +++ b/src/misc/executor.cpp @@ -13,6 +13,10 @@ #include #include +#include +#include +#include + #define epicsExportSharedSymbols #include