Skip to content

Commit

Permalink
fix include
Browse files Browse the repository at this point in the history
  • Loading branch information
filippobrizzi committed Oct 29, 2024
1 parent bc64b02 commit f829f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/ipc/tests/pub_sub_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <string>
#include <utility>

#include <fmt/format.h>
#include <fmt/core.h>
#include <gtest/gtest.h>

#include "hephaestus/ipc/topic.h"
Expand Down
2 changes: 1 addition & 1 deletion modules/ipc/tests/service_tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <string>
#include <utility>

#include <fmt/format.h>
#include <fmt/core.h>
#include <gtest/gtest.h>

#include "hephaestus/ipc/topic.h"
Expand Down

0 comments on commit f829f3f

Please sign in to comment.