Commit a3d10c01 authored by Chen Bill's avatar Chen Bill Committed by GitHub

Add config.h includes to duelclient and netserver (#2875)

parent c9573deb
......@@ -4,6 +4,7 @@
#include <vector>
#include <set>
#include <random>
#include "config.h"
#include "network.h"
namespace ygo {
......
#ifndef NETSERVER_H
#define NETSERVER_H
#include "network.h"
#include <unordered_map>
#include "config.h"
#include "network.h"
namespace ygo {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment