Skip to content

Commit

Permalink
[header] add missing headers
Browse files Browse the repository at this point in the history
 - Added missing header

Signed-off-by: hyeonseok <[email protected]>
  • Loading branch information
lhs8928 committed Sep 30, 2024
1 parent 8104cbe commit a8e29eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Applications/Multi_input/jni/multi_loader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
*/
#include "multi_loader.h"

#include <algorithm>
#include <cstring>
#include <iostream>
#include <nntrainer_error.h>
Expand Down
1 change: 1 addition & 0 deletions Applications/YOLOv3/jni/det_dataloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#include "det_dataloader.h"

#include <algorithm>
#include <cstring>
#include <filesystem>
#include <fstream>
Expand Down
1 change: 1 addition & 0 deletions nntrainer/utils/util_simd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
* @bug No known bugs except for NYI items
*/

#include <algorithm>
#include <cmath>
#include <util_simd.h>
#ifdef USE_NEON
Expand Down

0 comments on commit a8e29eb

Please sign in to comment.