Skip to content

Commit

Permalink
Fixed the build error for gcc-14
Browse files Browse the repository at this point in the history
This is imported from review.tizen.org

Change-Id: I80e2332711ae405488b39eaf060384e7490a7c45
Signed-off-by: MyungJoo Ham <[email protected]>
  • Loading branch information
wchang-kim authored and jijoongmoon committed Jun 13, 2024
1 parent 25b5117 commit 2a414a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions Applications/YOLOv2/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 Applications/utils/datagen/cifar/cifar_dataloader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#include "cifar_dataloader.h"

#include <algorithm>
#include <cstring>
#include <iostream>
#include <nntrainer_error.h>
Expand Down
1 change: 1 addition & 0 deletions api/capi/src/nntrainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
* @bug No known bugs except for NYI items
*/

#include <algorithm>
#include <array>
#include <cstdarg>
#include <cstring>
Expand Down
1 change: 1 addition & 0 deletions nntrainer/tensor/task_executor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@

#include "task_executor.h"

#include <algorithm>
#include <atomic>
#include <chrono>
#include <exception>
Expand Down

0 comments on commit 2a414a5

Please sign in to comment.