Add missing include "common.h"

This commit is contained in:
Romain Vimont 2021-11-06 19:26:29 +01:00
parent 676fa73d2c
commit 48fcfa96ab

View file

@ -1,6 +1,8 @@
#ifndef SC_TICK_H #ifndef SC_TICK_H
#define SC_TICK_H #define SC_TICK_H
#include "common.h"
#include <stdint.h> #include <stdint.h>
typedef int64_t sc_tick; typedef int64_t sc_tick;