Explorar el Código

Merge pull request #1507 from 4JustMe4/libcxx-20

Fix build with libcxx 20.1.8
Paul-Louis Ageneau hace 1 semana
padre
commit
a4d3211da3
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/configuration.cpp

+ 1 - 0
src/configuration.cpp

@@ -10,6 +10,7 @@
 
 #include "impl/utils.hpp"
 
+#include <algorithm>
 #include <cassert>
 #include <regex>