tan
0.0.1
Main Page
Related Pages
Classes
Files
File List
base.h
1
#ifndef __TAN_BASE_H__
2
#define __TAN_BASE_H__
3
4
/**
5
* \file Include bunch of basic utilities
6
* */
7
8
#include <fmt/core.h>
9
#include "base/error.h"
10
#include "base/macro.h"
11
#include "base/container.h"
12
#include "base/utils.h"
13
14
#ifdef _MSC_VER
15
// fix bunch of errors caused by macros defined in windows.h
16
#define NOMINMAX
17
#include <windows.h>
18
#include <DbgHelp.h>
19
#include <llvm/Support/Windows/WindowsSupport.h>
20
#undef min
21
#undef max
22
#undef OPTIONAL
23
#undef CONST
24
#undef VOID
25
#endif
26
27
#endif
include
base.h
Generated by
1.9.1