Skip to content

Commit 0a18b8d

Browse files
author
Nitin Chaudhary
committed
lint fix
1 parent 246b66f commit 0a18b8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vnext/Shared/InputValidation.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
// Licensed under the MIT License.
33

44
#include "InputValidation.h"
5+
#include <winsock2.h>
6+
#include <ws2tcpip.h>
57
#include <algorithm>
68
#include <cctype>
79
#include <iomanip>
810
#include <sstream>
9-
#include <winsock2.h>
10-
#include <ws2tcpip.h>
1111

1212
#pragma comment(lib, "Ws2_32.lib")
1313

0 commit comments

Comments
 (0)