make entryPoint a header
This commit is contained in:
17
include/pch.hpp
Normal file
17
include/pch.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef PCH_HPP
|
||||
#define PCH_HPP
|
||||
|
||||
#include <iostream>
|
||||
#include <cstring>
|
||||
#include <list>
|
||||
#include <array>
|
||||
#include <vector>
|
||||
#include <unordered_map>
|
||||
|
||||
#include <optional>
|
||||
//#include <chrono>
|
||||
//#include <thread>
|
||||
|
||||
#include <dlfcn.h>
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user