aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/WallClockTimer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/armnn/WallClockTimer.hpp')
-rw-r--r--src/armnn/WallClockTimer.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/armnn/WallClockTimer.hpp b/src/armnn/WallClockTimer.hpp
index ff17d79e92..23e1bc689b 100644
--- a/src/armnn/WallClockTimer.hpp
+++ b/src/armnn/WallClockTimer.hpp
@@ -7,6 +7,7 @@
#include "Instrument.hpp"
#include <chrono>
+#include "DllExport.hpp"
namespace armnn
{
@@ -59,7 +60,7 @@ public:
using clock = std::chrono::steady_clock;
#endif
- static const std::string WALL_CLOCK_TIME;
+ ARMNN_DLLEXPORT static const std::string WALL_CLOCK_TIME;
static const std::string WALL_CLOCK_TIME_START;
static const std::string WALL_CLOCK_TIME_STOP;