Replaced deprecated atomic64_xxx types with int64_t, uint64_t
[libcds.git] / cds / opt / options.h
index 11e01a0a072dfb9590d6435bcc3f63cff01e8cba..2e52fa7182f98ec12605d805538c8c6540b00258 100644 (file)
         2011.01.23 khizmax  Created
 */
 
+#include <stdlib.h> // rand, srand
+
 #include <cds/details/aligned_type.h>
 #include <cds/user_setup/allocator.h>
 #include <cds/user_setup/cache_line.h>
 #include <cds/algo/atomic.h>
-#include <stdlib.h> // rand, srand
 
 namespace cds {