Commit f09e0bf5 authored by Jacob Potter's avatar Jacob Potter

Add missing #include

parent d155107a
......@@ -17,6 +17,7 @@
#include "djinni_support.hpp"
#include <cassert>
#include <cstdlib>
#include <cstring>
static_assert(sizeof(jlong) >= sizeof(void*), "must be able to fit a void* into a jlong");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment