Renaming cds/cxx11_atomic.h to cds/algo/atomic.h
[libcds.git] / tests / cppunit / test_beans.h
index f5be0f9ee7ebb336e2114bc91c52d16e77c6be00..ae3e486493d059c2016c977b125f22532fee68a4 100644 (file)
@@ -7,7 +7,7 @@ namespace cds {
 }
 
 // Including this header is a bad thing for header testing. How to avoid it?..
-#include <cds/cxx11_atomic.h>   // for cds::atomicity::empty_item_counter
+#include <cds/algo/atomic.h>   // for cds::atomicity::empty_item_counter
 
 namespace test_beans {
     template <typename ItemCounter>