mirror of
https://github.com/KLayout/klayout.git
synced 2026-08-22 05:57:41 +02:00
Fixed an include path for better compatibility with Python's distutil.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user