Skip to content

Commit

Permalink
fix warning about include order
Browse files Browse the repository at this point in the history
Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
  • Loading branch information
dirk-thomas committed Sep 11, 2020
1 parent 18de093 commit 4015c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosidl_generator_cpp/resource/idl__traits.hpp.em
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ include_directives = set()
#define @(header_guard_variable)

#include "@(include_base)__struct.hpp"
#include <stdint.h>
#include <rosidl_runtime_cpp/traits.hpp>
#include <sstream>
#include <stdint.h>
#include <string>
#include <type_traits>

Expand Down

0 comments on commit 4015c37

Please sign in to comment.