update parallel rdp

This commit is contained in:
Logan McNaughton
2022-08-02 13:22:33 -06:00
parent 14e7485541
commit d35199759d
3 changed files with 7 additions and 1 deletions
@@ -26,6 +26,9 @@
#ifndef _WIN32
#include <unistd.h>
#else
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#endif
using namespace std;