[header] add missing headers
authorhyeonseok <hs89.lee@samsung.com>
Mon, 30 Sep 2024 06:54:48 +0000 (15:54 +0900)
committerJijoong Moon <jijoong.moon@samsung.com>
Fri, 18 Oct 2024 00:33:16 +0000 (09:33 +0900)
 - Added missing header "algorithm"

Signed-off-by: hyeonseok <hs89.lee@samsung.com>
Applications/Multi_input/jni/multi_loader.cpp
Applications/YOLOv3/jni/det_dataloader.cpp
nntrainer/utils/util_simd.cpp

index 3c112758f829423e169cc29ce9daff0610f99dd2..4cad437dd5f416041019258aa9cd9343770f7b70 100644 (file)
@@ -12,6 +12,7 @@
  */
 #include "multi_loader.h"
 
+#include <algorithm>
 #include <cstring>
 #include <iostream>
 #include <nntrainer_error.h>
index ecd384a166769b0af18edc9b40c4d22d64443a89..9cbba87045097bd26d307a726d0fe5fb484d6877 100644 (file)
@@ -13,6 +13,7 @@
 
 #include "det_dataloader.h"
 
+#include <algorithm>
 #include <cstring>
 #include <filesystem>
 #include <fstream>
index 81aa88eb959c78c6fd2bfdcd186dea6cb4c14656..d1905971dc13ce727c69bff4884669c6525d432b 100644 (file)
@@ -8,6 +8,7 @@
  * @bug                No known bugs except for NYI items
  */
 
+#include <algorithm>
 #include <cmath>
 #include <util_simd.h>
 #ifdef USE_NEON