summaryrefslogtreecommitdiff
path: root/src/components/include/utils/typed_enum_print.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/include/utils/typed_enum_print.h')
-rw-r--r--src/components/include/utils/typed_enum_print.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/include/utils/typed_enum_print.h b/src/components/include/utils/typed_enum_print.h
index e2b903c948..0f3cc41bf8 100644
--- a/src/components/include/utils/typed_enum_print.h
+++ b/src/components/include/utils/typed_enum_print.h
@@ -33,8 +33,8 @@
#ifndef SRC_COMPONENTS_INCLUDE_UTILS_TYPED_ENUM_PRINT_H_
#define SRC_COMPONENTS_INCLUDE_UTILS_TYPED_ENUM_PRINT_H_
-#include <type_traits>
#include <ostream>
+#include <type_traits>
namespace utils {