Преглед изворни кода

common_funcs: Replace <algorithm> with <iterator>

Morph пре 4 година
родитељ
комит
eb1e3f19bb
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/common/common_funcs.h

+ 1 - 1
src/common/common_funcs.h

@@ -4,8 +4,8 @@
 
 #pragma once
 
-#include <algorithm>
 #include <array>
+#include <iterator>
 
 #if !defined(ARCHITECTURE_x86_64)
 #include <cstdlib> // for exit