Skip to content

Commit

Permalink
[trivial] Add missing header
Browse files Browse the repository at this point in the history
- Add missing header `nnstreamer_log.h` in llama2 source.

Signed-off-by: Yongjoo Ahn <[email protected]>
  • Loading branch information
anyj0527 authored and jaeyun-jung committed Nov 11, 2024
1 parent 74e0b42 commit 49d3c74
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ext/nnstreamer/tensor_filter/tensor_filter_llama2.cc
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <assert.h>
#include <errno.h>
#include <nnstreamer_cppplugin_api_filter.hh>
#include <nnstreamer_log.h>
#include <nnstreamer_plugin_api_util.h>
#include <nnstreamer_util.h>

Expand Down

0 comments on commit 49d3c74

Please sign in to comment.