issue#11: tests/test-hdr: changed .h file guard prefix to CDSTEST_xxx
[libcds.git] / tests / test-hdr / stack / hdr_intrusive_treiber_stack.h
index 1370d152214e331b94d694f04c1355d7d8f660b6..7cc7239ecea0eecae5b0f82439845f4179b6c13c 100644 (file)
@@ -1,5 +1,8 @@
 //$$CDS-header$$
 
+#ifndef CDSTEST_HDR_INTRUSIVE_TREIBER_STACK_H
+#define CDSTEST_HDR_INTRUSIVE_TREIBER_STACK_H
+
 #include "cppunit/cppunit_proxy.h"
 #include <cds/intrusive/details/single_link_struct.h>
 
@@ -200,3 +203,5 @@ namespace stack {
     };
 
 } // namespace stack
+
+#endif // #ifndef CDSTEST_HDR_INTRUSIVE_TREIBER_STACK_H