Skip to content

Commit 189a33b

Browse files
include cstdint for int64_t in vm.h
Missing this causes a build failure in some environments.
1 parent 5b50746 commit 189a33b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/vm.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ limitations under the License.
1818
#define JSONNET_VM_H
1919

2020
#include <libjsonnet.h>
21+
#include <cstdint>
2122

2223
#include "ast.h"
2324

0 commit comments

Comments
 (0)