retdec
PeLibInc.h
Go to the documentation of this file.
1 /*
2 * PeLibInc.h - Part of the PeLib library.
3 *
4 * Copyright (c) 2004 - 2005 Sebastian Porst (webmaster@the-interweb.com)
5 * All rights reserved.
6 *
7 * This software is licensed under the zlib/libpng License.
8 * For more details see http://www.opensource.org/licenses/zlib-license.php
9 * or the license information file (license.htm) in the root directory
10 * of PeLib.
11 */
12 
13 #ifndef RETDEC_PELIB_PELIBINC_H
14 #define RETDEC_PELIB_PELIBINC_H
15 
16 #include <algorithm>
17 #include <climits>
18 #include <fstream>
19 #include <iostream>
20 #include <string>
21 #include <vector>
22 #include <functional>
23 
26 #include "retdec/pelib/PeLibAux.h"
27 
28 #endif