Textractor_test/include/common.h

12 lines
200 B
C
Raw Normal View History

2018-08-23 00:24:55 +08:00
#pragma once
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <string>
#include <vector>
#include <unordered_map>
#include <functional>
#include <thread>
2018-08-23 23:53:23 +08:00
#include <mutex>
2018-09-21 09:59:07 +08:00
#include <cstdint>