with help from andrew another attempt to fix windows build

This commit is contained in:
mrkraimer
2018-09-20 09:16:30 -04:00
parent 7491f3b531
commit 7529f58b63
7 changed files with 19 additions and 12 deletions

View File

@@ -4,11 +4,12 @@
*/
#include <stdlib.h>
#define epicsExportSharedSymbols
#include <pv/pvArrayPlugin.h>
#include <pv/pvData.h>
#include <pv/bitSet.h>
#include <pv/convert.h>
#include <pv/pvSubArrayCopy.h>
#define epicsExportSharedSymbols
#include <pv/pvArrayPlugin.h>
using std::string;
using std::size_t;