diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-09 21:22:44 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-02-09 21:22:44 +0100 |
commit | ec771046fe323e8cd6e337cc5b799c39779e9c79 (patch) | |
tree | dee1799b14ba317fc267379c7e96dd4993ee1526 /compat | |
parent | 4eb2f2c1b122ec6cf4e98f97c93cdd56ea057947 (diff) |
cmake: try not use leading underscore in header name
Diffstat (limited to 'compat')
-rw-r--r-- | compat/library-path.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compat/library-path.hpp b/compat/library-path.hpp index e14cf5e0..49e2c414 100644 --- a/compat/library-path.hpp +++ b/compat/library-path.hpp @@ -1,4 +1,4 @@ #pragma once // from build directory -#include "__opentrack-library-path.h" +#include "opentrack-library-path.hxx" |