Skip to content
This repository was archived by the owner on Dec 20, 2023. It is now read-only.

Commit b87ada5

Browse files
committed
Fix include error
1 parent 0a57ddd commit b87ada5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/lib/support/TimeUtils.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
#ifndef TIMEUTILS_H_
2626
#define TIMEUTILS_H_
2727

28+
#include <stdint.h>
29+
2830
namespace nl {
2931

3032
enum {

0 commit comments

Comments
 (0)