mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-14 00:40:55 +08:00
19 lines
389 B
C++
19 lines
389 B
C++
// stdafx.h : 标准系统包含文件的包含文件,
|
|
// 或是常用但不常更改的项目特定的包含文件
|
|
//
|
|
|
|
#pragma once
|
|
|
|
|
|
//#include <iostream>
|
|
//#include <tchar.h>
|
|
|
|
// TODO: 在此处引用程序要求的附加头文件
|
|
#include <assert.h>
|
|
#include <iostream>
|
|
|
|
#include "lib_acl.h" // just for getopt on Windows
|
|
#include "acl_cpp/lib_acl.hpp"
|
|
#include "fiber/libfiber.hpp"
|
|
#include "fiber/go_fiber.hpp"
|