import/export fix

This commit is contained in:
Michael Davidsaver
2017-07-13 18:35:38 +02:00
parent dccf6193da
commit 5e42cf76eb
3 changed files with 3 additions and 7 deletions

View File

@@ -5,15 +5,13 @@
#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;

View File

@@ -6,11 +6,11 @@
#include <stdexcept>
#include <sstream>
#define epicsExportSharedSymbols
#include <pv/pvdVersion.h>
#if EPICS_VERSION_INT>=VERSION_INT(3,15,0,1)
#define epicsExportSharedSymbols
#include "pv/json.h"
namespace {

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;