aboutsummaryrefslogtreecommitdiff
path: root/include/armnn/ILayerSupport.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/armnn/ILayerSupport.hpp')
-rw-r--r--include/armnn/ILayerSupport.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/armnn/ILayerSupport.hpp b/include/armnn/ILayerSupport.hpp
index b5f9e6ac6c..8a08146a7d 100644
--- a/include/armnn/ILayerSupport.hpp
+++ b/include/armnn/ILayerSupport.hpp
@@ -6,9 +6,10 @@
#include <armnn/DescriptorsFwd.hpp>
#include <armnn/Optional.hpp>
-#include <vector>
+
#include <cctype>
#include <memory>
+#include <vector>
namespace armnn
{