20 lines
524 B
Diff
20 lines
524 B
Diff
|
--- armnn-19.02.orig/tests/InferenceTestImage.cpp 2019-03-26 16:40:06.771572115 +0100
|
||
|
+++ armnn-19.02/tests/InferenceTestImage.cpp 2019-03-26 16:40:25.483761594 +0100
|
||
|
@@ -12,13 +12,13 @@
|
||
|
#include <array>
|
||
|
|
||
|
#define STB_IMAGE_IMPLEMENTATION
|
||
|
-#include <stb_image.h>
|
||
|
+#include <stb/stb_image.h>
|
||
|
|
||
|
#define STB_IMAGE_RESIZE_IMPLEMENTATION
|
||
|
-#include <stb_image_resize.h>
|
||
|
+#include <stb/stb_image_resize.h>
|
||
|
|
||
|
#define STB_IMAGE_WRITE_IMPLEMENTATION
|
||
|
-#include <stb_image_write.h>
|
||
|
+#include <stb/stb_image_write.h>
|
||
|
|
||
|
namespace
|
||
|
{
|