From 4fcbdff5800a3389e0ac78828911bff33a62cf0e Mon Sep 17 00:00:00 2001 From: Michael Davidsaver Date: Mon, 19 Mar 2018 15:36:21 -0700 Subject: [PATCH] missing includes --- examples/putme.cpp | 1 + src/client/client.cpp | 1 + src/client/clientSync.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/examples/putme.cpp b/examples/putme.cpp index 97bdc73..52c8e72 100644 --- a/examples/putme.cpp +++ b/examples/putme.cpp @@ -25,6 +25,7 @@ #include #include //! [Headers] +#include namespace pvd = epics::pvData; namespace pva = epics::pvAccess; diff --git a/src/client/client.cpp b/src/client/client.cpp index 2966e3c..e797f1d 100644 --- a/src/client/client.cpp +++ b/src/client/client.cpp @@ -10,6 +10,7 @@ #include #include #include +#include #define epicsExportSharedSymbols #include "pv/logger.h" diff --git a/src/client/clientSync.cpp b/src/client/clientSync.cpp index 8bc3fea..115c70a 100644 --- a/src/client/clientSync.cpp +++ b/src/client/clientSync.cpp @@ -10,6 +10,7 @@ #include #include #include +#include #define epicsExportSharedSymbols #include "pv/logger.h"