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 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
#ifndef ATOMIC_SPINLOCK_H_
#define ATOMIC_SPINLOCK_H_
#include "atomic/atomic.h"
#include "atomic.h"
namespace atomic {
class spinlock {