acl/app/master/daemon/stdafx.h

15 lines
222 B
C
Raw Normal View History

2017-06-13 21:56:56 +08:00
#ifndef __STDAFX_INCLUDE_H_
#define __STDAFX_INCLUDE_H_
#include <vector>
#include <set>
#include <list>
2017-06-13 21:56:56 +08:00
#include "lib_acl.h"
#include "lib_protocol.h"
2017-06-14 17:41:12 +08:00
#include "acl_cpp/lib_acl.hpp"
2017-06-13 21:56:56 +08:00
2017-06-16 17:00:49 +08:00
#include "json/serialize.h"
2017-06-13 21:56:56 +08:00
#endif