Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix build against old linux distros
Signed-off-by: falkTX <falktx@falktx.com>
  • Loading branch information
falkTX committed Dec 12, 2019
1 parent 0e55d7f commit 3ec0754
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions link/ableton/platforms/linux/Clock.hpp
Expand Up @@ -49,7 +49,9 @@ class Clock
};

using ClockMonotonic = Clock<CLOCK_MONOTONIC>;
#ifdef CLOCK_MONOTONIC_RAW
using ClockMonotonicRaw = Clock<CLOCK_MONOTONIC_RAW>;
#endif

} // namespace linux
} // namespace platforms
Expand Down

0 comments on commit 3ec0754

Please sign in to comment.