Bläddra i källkod

Add missing algorithm include

Bart van Strien 6 år sedan
förälder
incheckning
8541c34ca7
1 ändrade filer med 1 tillägg och 0 borttagningar
  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"