We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0879ed6 commit ff81228Copy full SHA for ff81228
src/java_wrapper.cpp
@@ -1,6 +1,7 @@
1
-#include "java_wrapper.h"
2
-#include "arrayfire.h"
3
#include <vector>
+#include <arrayfire.h>
+#include <af/utils.h>
4
+#include "java_wrapper.h"
5
6
#ifdef ANDROID
7
#include <android/log.h>
0 commit comments