mirror of https://github.com/KLayout/klayout.git
Fixed an include path for better compatibility with Python's distutil.
This commit is contained in:
parent
49fd896e68
commit
e709cad9c8
|
|
@ -25,7 +25,7 @@
|
|||
#ifndef ATOMIC_SPINLOCK_H_
|
||||
#define ATOMIC_SPINLOCK_H_
|
||||
|
||||
#include "atomic/atomic.h"
|
||||
#include "atomic.h"
|
||||
|
||||
namespace atomic {
|
||||
class spinlock {
|
||||
|
|
|
|||
Loading…
Reference in New Issue