acl/lib_acl_cpp/samples/xml/xml4/stdafx.h
2015-12-12 07:00:03 -08:00

13 lines
208 B
C

#pragma once
#include <stdio.h>
// TODO: 在此处引用程序需要的其他头文件
#include "lib_acl.h"
#include "acl_cpp/lib_acl.hpp"
#if !defined(_WIN32) && !defined(_WIN64)
#include <getopt.h>
#endif