Add missing include "common.h"
This commit is contained in:
parent
676fa73d2c
commit
48fcfa96ab
1 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
#ifndef SC_TICK_H
|
||||
#define SC_TICK_H
|
||||
|
||||
#include "common.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
typedef int64_t sc_tick;
|
||||
|
|
Loading…
Reference in a new issue