Fixed an include path for better compatibility with Python's distutil.

This commit is contained in:
Matthias Koefferlein
2018-07-14 20:24:28 +00:00
parent 49fd896e68
commit e709cad9c8
+1 -1
View File
@@ -25,7 +25,7 @@
#ifndef ATOMIC_SPINLOCK_H_ #ifndef ATOMIC_SPINLOCK_H_
#define ATOMIC_SPINLOCK_H_ #define ATOMIC_SPINLOCK_H_
#include "atomic/atomic.h" #include "atomic.h"
namespace atomic { namespace atomic {
class spinlock { class spinlock {