Skip to content

Commit

Permalink
Add string header
Browse files Browse the repository at this point in the history
  • Loading branch information
0nullpointer committed Nov 9, 2023
1 parent ceb4716 commit 37dfd3d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions examples/common-clip.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
#include <map>
#include <thread>
#include <vector>
#include <algorithm>
#include <string>

// #ifdef __cplusplus
// extern "C" {
Expand All @@ -15,10 +17,6 @@ std::map<std::string, std::vector<std::string>> get_dir_keyed_files(const std::s

bool is_image_file_extension(const std::string & path);

#include <algorithm>
#include <string>
#include <vector>

struct app_params {
int32_t n_threads;
std::string model;
Expand Down Expand Up @@ -49,4 +47,4 @@ struct clip_image_f32_batch make_clip_image_f32_batch(std::vector<clip_image_f32
// }
// #endif

#endif // COMMON_CLIP_H
#endif // COMMON_CLIP_H

0 comments on commit 37dfd3d

Please sign in to comment.