mirror of
https://github.com/ttttupup/wxhelper.git
synced 2025-08-02 22:07:35 +08:00
23 lines
338 B
C++
23 lines
338 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 <optional>
|
|
#include <sstream>
|
|
#include <fstream>
|
|
#include <time.h>
|
|
#include <fcntl.h>
|
|
#include "Windows.h"
|
|
#include "utils.h"
|
|
|
|
#endif // PCH_H
|
|
|
|
|