Add missing include "common.h"

strbuf
Romain Vimont 3 years ago
parent 676fa73d2c
commit 48fcfa96ab

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

Loading…
Cancel
Save