aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Utils.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/Utils.hpp')
-rw-r--r--include/armnn/Utils.hpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/armnn/Utils.hpp b/include/armnn/Utils.hpp
index efd3d218e3..b090651813 100644
--- a/include/armnn/Utils.hpp
+++ b/include/armnn/Utils.hpp
@@ -5,6 +5,7 @@
#pragma once
#include "armnn/TypesUtils.hpp"
+#include <iostream>
namespace armnn
{
@@ -37,4 +38,6 @@ void ConfigureLogging(bool printToStandardOutput, bool printToDebugOutput, LogSe
bool NeonDetected();
+const std::string GetVersion();
+
} // namespace armnn