Skip to content

Commit f4e8c4e

Browse files
authored
CPP-993 Build failures due to std::underlying_type (#560)
1 parent e196870 commit f4e8c4e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/atomic/atomic_std.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#define DATASTAX_INTERNAL_ATOMIC_STD_HPP
1919

2020
#include <atomic>
21+
#include <type_traits>
2122

2223
namespace datastax { namespace internal {
2324

0 commit comments

Comments
 (0)