File size: 796 Bytes
985c397
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
// SPDX-License-Identifier: LGPL-2.1-or-later

/***************************************************************************

 *   Copyright (c) Juergen Riegel 2007    <juergen.riegel@web.de>          *

 *   LGPL                                                                  *

 ***************************************************************************/

#ifndef JTREADER_APP_PRECOMPILED_H
#define JTREADER_APP_PRECOMPILED_H

#include <FCConfig.h>

// standard
#include <cassert>
#include <cstdio>

// STL
#include <algorithm>
#include <bitset>
#include <iostream>
#include <list>
#include <map>
#include <queue>
#include <set>
#include <sstream>
#include <stack>
#include <string>
#include <strstream>
#include <vector>

// sys
#include <sys/types.h>

#endif