diff options
author | crupest <crupest@outlook.com> | 2021-06-07 23:24:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-07 23:24:43 +0800 |
commit | 9c42586bc406015be0145576fd6cb3586686b4ca (patch) | |
tree | 92d0a84756dcc587f7e514ab98c5584e81852cc1 /works/life/computer-network-experiment/client.cpp | |
parent | 08325faff52d0704c6f17d065ca8d72ea07ca6a0 (diff) | |
download | crupest-9c42586bc406015be0145576fd6cb3586686b4ca.tar.gz crupest-9c42586bc406015be0145576fd6cb3586686b4ca.tar.bz2 crupest-9c42586bc406015be0145576fd6cb3586686b4ca.zip |
import(life): ...
Diffstat (limited to 'works/life/computer-network-experiment/client.cpp')
-rw-r--r-- | works/life/computer-network-experiment/client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/works/life/computer-network-experiment/client.cpp b/works/life/computer-network-experiment/client.cpp index c25a26b..a8ce8cf 100644 --- a/works/life/computer-network-experiment/client.cpp +++ b/works/life/computer-network-experiment/client.cpp @@ -3,7 +3,7 @@ */
#include "Common.h"
-#include "Output.h"
+#include "IO.h"
#ifdef WIN32
#include <Windows.h>
|