summaryrefslogtreecommitdiff
path: root/source/hal/platform/simple/include/timer_simple_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/hal/platform/simple/include/timer_simple_platform.h')
-rw-r--r--source/hal/platform/simple/include/timer_simple_platform.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/hal/platform/simple/include/timer_simple_platform.h b/source/hal/platform/simple/include/timer_simple_platform.h
index 4df22da..5f3c26b 100644
--- a/source/hal/platform/simple/include/timer_simple_platform.h
+++ b/source/hal/platform/simple/include/timer_simple_platform.h
@@ -18,6 +18,8 @@
#define TIMER_SIMPLE_PLATFORM_H
#include <stdint.h>
+#include "RTE_components.h"
+
/* Container for timestamp for simple platform. */
typedef struct _generic_time_counter {
uint64_t counter_systick;