Skip to content

Commit

Permalink
add missing header for application_context.h
Browse files Browse the repository at this point in the history
  • Loading branch information
oathdruid committed Jul 3, 2024
1 parent ddb955c commit b607773
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/babylon/application_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
#include "boost/preprocessor/tuple/push_back.hpp" // BOOST_PP_TUPLE_PUSH_BACK
#include "boost/preprocessor/tuple/size.hpp" // BOOST_PP_TUPLE_SIZE

#include <atomic> // std::atomic
#include <memory> // std::unique_ptr
#include <mutex> // std::recursive_mutex

Expand Down

0 comments on commit b607773

Please sign in to comment.