Skip to content

Commit 6ec3d1e

Browse files
committed
BridJ: fixed issue #73 (include time.h to JNI.c)
1 parent 256b801 commit 6ec3d1e

File tree

1 file changed

+1
-0
lines changed
  • libraries/Runtime/BridJ/src/main/cpp/bridj

1 file changed

+1
-0
lines changed

libraries/Runtime/BridJ/src/main/cpp/bridj/JNI.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include "bridj.hpp"
88
#include <string.h>
99
#include <math.h>
10+
#include <time.h>
1011
#include "Exceptions.h"
1112

1213
#pragma warning(disable: 4152)

0 commit comments

Comments
 (0)