update include path

This commit is contained in:
2023-09-25 21:12:48 +08:00
parent 283dba9fe1
commit 474d98ac76
2 changed files with 3 additions and 3 deletions

View File

@ -3,8 +3,8 @@
#include <sstream>
#include <string>
#include "client.h"
#include "server.h"
#include "../include/client.h"
#include "../include/server.h"
/**
* @brief The implementation of function Execute

View File

@ -1,6 +1,6 @@
#include <iostream>
#include "server.h"
#include "../include/server.h"
int main() {
InitMap();