Selaa lähdekoodia

Add missing algorithm include

Bart van Strien 6 vuotta sitten
vanhempi
commit
8541c34ca7
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      src/windows/SChannelConnection.cpp

+ 1 - 0
src/windows/SChannelConnection.cpp

@@ -3,6 +3,7 @@
 #include <security.h>
 #include <schnlsp.h>
 #include <assert.h>
+#include <algorithm>
 
 #include "SChannelConnection.h"