diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-07-01 18:30:37 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-07-01 18:30:37 +0200 | 
| commit | 33e902a74465110489c6566f5f0c035ad9432de4 (patch) | |
| tree | b2bb4a6d9351100bd2622d221ca1eeda36be9ec7 /logic | |
| parent | 15c97dd8ddeba8d0f0e80df39320e3789f3fb4b2 (diff) | |
compat: drop pre-C++20 macros.hpp header
Diffstat (limited to 'logic')
| -rw-r--r-- | logic/pipeline.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/pipeline.cpp b/logic/pipeline.cpp index 4bb11424..2f88c8b1 100644 --- a/logic/pipeline.cpp +++ b/logic/pipeline.cpp @@ -15,7 +15,7 @@  #include "compat/sleep.hpp"  #include "compat/math.hpp"  #include "compat/meta.hpp" -#include "compat/macros.hpp" +#include "compat/macros.h"  #include "compat/thread-name.hpp"  #include "pipeline.hpp"  | 
