diff options
| author | skal <pascal.massimino@gmail.com> | 2026-03-22 12:57:14 +0100 |
|---|---|---|
| committer | skal <pascal.massimino@gmail.com> | 2026-03-22 12:57:14 +0100 |
| commit | 96b454743a2eac2ae1d4bdd38d7ca81cc4fd100b (patch) | |
| tree | eda63fbd8f95fc1e713e5971ddc6d1b1e8d68a5c /tools/cnn_test.cc | |
| parent | 581c67b75aa3c089c86f764b67e6de7476a13993 (diff) | |
fix(tools): fetch stb_image_write.h in project_init.sh, fix cnn_test include path
Diffstat (limited to 'tools/cnn_test.cc')
| -rw-r--r-- | tools/cnn_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cnn_test.cc b/tools/cnn_test.cc index 70f857e..e5e2d26 100644 --- a/tools/cnn_test.cc +++ b/tools/cnn_test.cc @@ -21,7 +21,7 @@ #include "util/mini_math.h" #include "stb_image.h" -#include "wgpu-native/examples/capture/stb_image_write.h" +#include "stb_image_write.h" #include <cmath> #include <cstdio> |
