Selaa lähdekoodia

Fix build with libcxx 20.1.8

Aleksandr Mikhnenko 1 viikko sitten
vanhempi
sitoutus
69bee9a719
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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>