提交 d5186c67 编写于 作者: Y youngwolf

Fix dependency of header files.

上级 5d901398
#if defined(__MINGW32__) || defined(__MINGW64__) //who can tell me why?
#include <iostream>
#endif
//configuration
#define ASCS_SERVER_PORT 5050
#define ASCS_RESTORE_OBJECT
......
......@@ -13,6 +13,8 @@
#ifndef _ASCS_EXECUTOR_H_
#define _ASCS_EXECUTOR_H_
#include <functional>
#include <asio.hpp>
#include "config.h"
......
......@@ -16,8 +16,8 @@
#include <unordered_map>
#include "timer.h"
#include "executor.h"
#include "timer.h"
#include "container.h"
#include "service_pump.h"
......
......@@ -13,8 +13,8 @@
#ifndef _ASCS_SOCKET_H_
#define _ASCS_SOCKET_H_
#include "timer.h"
#include "tracked_executor.h"
#include "timer.h"
namespace ascs
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册