Skip to content

Commit b9e2fbb

Browse files
authored
Fix #12 and #20: Add #include <algorithm> to atomic_error.test.cc (#22)
1 parent abc5696 commit b9e2fbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/chromobius/datatypes/atomic_error.test.cc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#include "chromobius/datatypes/atomic_error.h"
1616

17+
#include <algorithm>
1718
#include <random>
1819

1920
#include "gtest/gtest.h"

0 commit comments

Comments
 (0)