Fix: decoder_t class decodeSignal method signature
[apps/agl-service-can-low-level.git] / src / timer.cpp
index 70ce2b8..b0ccb62 100644 (file)
@@ -14,7 +14,9 @@
  * See the License for the specific language governing permissions and
  * limitations under the License.
  */
+
+#include "timer.hpp"
+
 inline unsigned long systemTimeMs()
 {
        struct timeb t_msec;