diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-08 13:43:42 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2017-10-08 13:43:42 +0200 |
commit | e2d5245359de0cd419d49b1f3c8e1392c5d9342a (patch) | |
tree | 8bd0a19cdf7e04d4cc344031b231ffbc2437d527 /compat/util.hpp | |
parent | 863b8cad6d95ed2492ac929066f843664a49998d (diff) |
use "static" once, don't propagate from a macro
Diffstat (limited to 'compat/util.hpp')
-rw-r--r-- | compat/util.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compat/util.hpp b/compat/util.hpp index 811f2c1d..cd0dbdef 100644 --- a/compat/util.hpp +++ b/compat/util.hpp @@ -1,5 +1,6 @@ #pragma once +#include "opentrack-library-path.h" #include "ndebug-guard.hpp" #include "run-in-thread.hpp" #include "meta.hpp" |