wxhelper/src/pch.h
2022-12-21 20:30:44 +08:00

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