aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/Types.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/Types.hpp')
-rw-r--r--include/armnn/Types.hpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/armnn/Types.hpp b/include/armnn/Types.hpp
index bdddd37a1c..32e2a6febc 100644
--- a/include/armnn/Types.hpp
+++ b/include/armnn/Types.hpp
@@ -4,11 +4,13 @@
//
#pragma once
+
+#include "BackendId.hpp"
+#include "Exceptions.hpp"
+
#include <array>
#include <functional>
#include <memory>
-#include "BackendId.hpp"
-#include "Exceptions.hpp"
namespace armnn
{