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 Jan 9, 2023
1 parent c70a244 commit 069d66d
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 069d66d

Please sign in to comment.