Skip to content

Commit

Permalink
support: add proper includes for -DARENA_DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
div72 committed Oct 16, 2022
1 parent 0c655ea commit 3f39cb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/support/lockedpool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
#endif

#include <algorithm>
#ifdef ARENA_DEBUG
#include <iomanip>
#include <iostream>
#endif

LockedPoolManager* LockedPoolManager::_instance = nullptr;
std::once_flag LockedPoolManager::init_flag;
Expand Down

0 comments on commit 3f39cb8

Please sign in to comment.