with help from Andrew another attempt to fix windows build

This commit is contained in:
mrkraimer
2018-10-02 05:49:29 -04:00
parent 3f320fac32
commit 14442774ab
6 changed files with 9 additions and 11 deletions

View File

@@ -10,16 +10,14 @@
*/
#include <epicsGuard.h>
#define epicsExportSharedSymbols
#include <pv/pvDatabase.h>
#include <pv/pvStructureCopy.h>
#include <pv/pvPlugin.h>
#include <pv/pvArrayPlugin.h>
#include <pv/pvTimestampPlugin.h>
#include <pv/pvDeadbandPlugin.h>
#define epicsExportSharedSymbols
#include <pv/pvDatabase.h>
using std::tr1::static_pointer_cast;
using namespace epics::pvData;
using namespace epics::pvCopy;