# HG changeset patch # User Giulio Moro # Date 1442176381 -3600 # Node ID 53e3c0a3295d8491d460b8e3c440c643b858fc0c # Parent aac018615930917a97097dfff5f7f33063b8c168 Added xenomai version of Clock, now includes header diff -r aac018615930 -r 53e3c0a3295d include/Clock.h --- a/include/Clock.h Sun Sep 13 21:31:37 2015 +0100 +++ b/include/Clock.h Sun Sep 13 21:33:01 2015 +0100 @@ -3,10 +3,16 @@ #include #include +#ifdef USE_JUCE +#else +//#include +#include +#endif /* USE_JUCE */ + typedef long long int myClock_t; namespace Clock { myClock_t getTimeUs(); } -#endif /* CLOCK_H_INCLUDED */ \ No newline at end of file +#endif /* CLOCK_H_INCLUDED */