server/dep/acelite/pch.h
2020-02-16 01:55:18 +00:00

13 lines
No EOL
203 B
C++

#ifndef __ACE_PCH__
#define __ACE_PCH__
#include "ace/ACE.h"
#include "ace/OS_NS_Thread.h"
#include "ace/Reactor.h"
#include "ace/Proactor.h"
#include <vector>
#include <string>
#include <list>
#endif