Skip to content

Commit

Permalink
fix: Missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Mar 26, 2024
1 parent 8d08ab2 commit 547169e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/libimhex/include/hex/api/event_manager.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@

#include <hex.hpp>

#include <algorithm>
#include <functional>
#include <list>
#include <mutex>
#include <map>
#include <string_view>
#include <functional>

#include <hex/api/imhex_api.hpp>
#include <hex/helpers/logger.hpp>
Expand Down

0 comments on commit 547169e

Please sign in to comment.