more import/export

This commit is contained in:
Michael Davidsaver
2017-07-13 18:49:32 +02:00
parent 5e42cf76eb
commit 4cfdb8233f
2 changed files with 3 additions and 3 deletions
+1 -3
View File
@@ -6,15 +6,13 @@
#include <vector>
#include <sstream>
#define epicsExportSharedSymbols
#include <pv/pvdVersion.h>
#include <pv/pvData.h>
#include <pv/valueBuilder.h>
#if EPICS_VERSION_INT>=VERSION_INT(3,15,0,1)
#include <yajl_parse.h>
#define epicsExportSharedSymbols
#include "pv/json.h"
namespace pvd = epics::pvData;