aboutsummaryrefslogtreecommitdiff
path: root/test/std/utilities/template.bitset/bitset.cons/ull_ctor.pass.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/std/utilities/template.bitset/bitset.cons/ull_ctor.pass.cpp')
-rw-r--r--test/std/utilities/template.bitset/bitset.cons/ull_ctor.pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/std/utilities/template.bitset/bitset.cons/ull_ctor.pass.cpp b/test/std/utilities/template.bitset/bitset.cons/ull_ctor.pass.cpp
index 023fedc25839..f232447e08c3 100644
--- a/test/std/utilities/template.bitset/bitset.cons/ull_ctor.pass.cpp
+++ b/test/std/utilities/template.bitset/bitset.cons/ull_ctor.pass.cpp
@@ -11,6 +11,7 @@
#include <bitset>
#include <cassert>
+#include <algorithm> // for 'min' and 'max'
#pragma clang diagnostic ignored "-Wtautological-compare"