Skip to content

Commit

Permalink
Import serialization.h after other headers in test cpp files
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason committed Mar 10, 2024
1 parent 00c1f6e commit 58e4243
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ TESSERACT_COMMON_IGNORE_WARNINGS_PUSH
#include <gtest/gtest.h>
TESSERACT_COMMON_IGNORE_WARNINGS_POP

#include <tesseract_common/serialization.h>
#include <tesseract_common/resource_locator.h>
#include <tesseract_common/utils.h>

Expand All @@ -54,6 +53,7 @@ TESSERACT_COMMON_IGNORE_WARNINGS_POP
// #include <tesseract_collision/core/continuous_contact_manager.h>

#include <tesseract_support/tesseract_support_resource_locator.h>
#include <tesseract_common/serialization.h>
#include <tesseract_common/unit_test_utils.h>

using namespace tesseract_common;
Expand Down

0 comments on commit 58e4243

Please sign in to comment.