another attempt to get pull request to build

This commit is contained in:
mrkraimer
2021-03-31 14:31:06 -04:00
parent 895698c3cd
commit 72c2489921
6 changed files with 20 additions and 0 deletions

View File

@@ -12,10 +12,14 @@
/* Author: Marty Kraimer */
#include <iocsh.h>
#include <pv/standardField.h>
#include <pv/pvAccess.h>
#include <pv/serverContext.h>
// The following must be the last include for code pvDatabase implements
#include <epicsExport.h>
#define epicsExportSharedSymbols
#include "pv/channelProviderLocal.h"
#include "pv/pvDatabase.h"
using namespace epics::pvData;
using namespace epics::pvDatabase;