(socket utility) move ix::getFreePort to ixwebsocket library

This commit is contained in:
Benjamin Sergeant
2020-07-27 18:17:13 -07:00
parent 5940e53d77
commit 4f41f209a2
10 changed files with 20 additions and 10 deletions

View File

@ -4,9 +4,9 @@
* Copyright (c) 2019 Machine Zone. All rights reserved.
*/
#include "IXGetFreePort.h"
#include "catch.hpp"
#include <iostream>
#include <ixwebsocket/IXGetFreePort.h>
#include <ixwebsocket/IXHttpClient.h>
#include <ixwebsocket/IXHttpServer.h>