From 37dfd3d32d2ea215daae07ac736805c81ce3f41c Mon Sep 17 00:00:00 2001 From: 0nullpointer Date: Thu, 9 Nov 2023 13:38:30 +0100 Subject: [PATCH] Add string header --- examples/common-clip.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/examples/common-clip.h b/examples/common-clip.h index 3fea56a..a607168 100644 --- a/examples/common-clip.h +++ b/examples/common-clip.h @@ -6,6 +6,8 @@ #include #include #include +#include +#include // #ifdef __cplusplus // extern "C" { @@ -15,10 +17,6 @@ std::map> get_dir_keyed_files(const std::s bool is_image_file_extension(const std::string & path); -#include -#include -#include - struct app_params { int32_t n_threads; std::string model; @@ -49,4 +47,4 @@ struct clip_image_f32_batch make_clip_image_f32_batch(std::vector