diff options
| author | Martin Ridgers <[email protected]> | 2021-09-22 21:11:45 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-09-22 22:48:31 +0200 |
| commit | c51b4a70fc2640ef4adf682256db065a6682b88c (patch) | |
| tree | 36733d76d3919de34cc99180f934cc55b05fc459 /zencore/testutils.cpp | |
| parent | Misplaced alignas() compile fix (diff) | |
| download | zen-c51b4a70fc2640ef4adf682256db065a6682b88c.tar.xz zen-c51b4a70fc2640ef4adf682256db065a6682b88c.zip | |
Missing include compile fix
Diffstat (limited to 'zencore/testutils.cpp')
| -rw-r--r-- | zencore/testutils.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zencore/testutils.cpp b/zencore/testutils.cpp index 116491950..78957cbcf 100644 --- a/zencore/testutils.cpp +++ b/zencore/testutils.cpp @@ -4,6 +4,8 @@ #include <zencore/session.h> #include "zencore/string.h" +#include <atomic> + namespace zen { static std::atomic<int> Sequence{0}; |