Skip to content

Commit

Permalink
Add missing header
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Apr 13, 2023
1 parent 971bfaf commit b7b4676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/picobench/picobench.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@
//
// VERSION HISTORY
//
// 2.04 (2023-04-12) Added options to run specific benchmarks or specific
// suites by name
// 2.04 (2023-04-12) Added CLI args to run specific benchmarks or suites
// 2.03 (2023-03-21) * Added PICOBENCH_UNIQUE_SYM_SUFFIX
// * Fixed several warnings
// 2.02 (2023-02-16) * Fixed same-func warning if user data is different
Expand Down Expand Up @@ -363,6 +362,7 @@ class global_registry
#include <memory>
#include <cstring>
#include <cstdlib>
#include <algorithm>

#if defined(_WIN32)
# define WIN32_LEAN_AND_MEAN
Expand Down

0 comments on commit b7b4676

Please sign in to comment.