mirror of
https://github.com/ttttupup/wxhelper.git
synced 2024-11-06 02:19:24 +08:00
19 lines
277 B
C
19 lines
277 B
C
|
#ifndef PCH_H
|
||
|
#define PCH_H
|
||
|
|
||
|
|
||
|
#define GLOG_NO_ABBREVIATED_SEVERITIES
|
||
|
#include "framework.h"
|
||
|
#include <iostream>
|
||
|
#include <vector>
|
||
|
#include <map>
|
||
|
#include <strstream>
|
||
|
#include <string>
|
||
|
#include <sstream>
|
||
|
#include <fstream>
|
||
|
#include <time.h>
|
||
|
#include <fcntl.h>
|
||
|
#endif // PCH_H
|
||
|
|
||
|
|