From 514b399313aaa024b6c44d0452e0a4a2862d4078 Mon Sep 17 00:00:00 2001
From: Carlos Mastalli <carlos.mastalli@laas.fr>
Date: Sat, 7 Sep 2019 13:58:58 +0200
Subject: [PATCH] [cleanup] System headers need to be included first

---
 include/crocoddyl/core/utils/version.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/crocoddyl/core/utils/version.hpp b/include/crocoddyl/core/utils/version.hpp
index 57631136..f86bef22 100644
--- a/include/crocoddyl/core/utils/version.hpp
+++ b/include/crocoddyl/core/utils/version.hpp
@@ -9,9 +9,9 @@
 #ifndef CROCODDYL_CORE_UTILS_VERSION_HPP_
 #define CROCODDYL_CORE_UTILS_VERSION_HPP_
 
-#include "crocoddyl/config.hh"
 #include <string>
 #include <sstream>
+#include "crocoddyl/config.hh"
 
 namespace crocoddyl {
 
-- 
GitLab