gui_pch.hh
Go to the documentation of this file.
1/*
2 * Copyright (C) 2012 Open Source Robotics Foundation
3 *
4 * Licensed under the Apache License, Version 2.0 (the "License");
5 * you may not use this file except in compliance with the License.
6 * You may obtain a copy of the License at
7 *
8 * http://www.apache.org/licenses/LICENSE-2.0
9 *
10 * Unless required by applicable law or agreed to in writing, software
11 * distributed under the License is distributed on an "AS IS" BASIS,
12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 * See the License for the specific language governing permissions and
14 * limitations under the License.
15 *
16 */
17
18/*
19 * Do not include this file unless building precompiled headers.
20 * This file contains all headers included, minus the ones maintained by OSRF.
21 * To get a starting list for this file, I use the command:
22 * grep --include="*.hh" --include="*.cc" --no-filename -r "#include <" | sort -u
23 */
24#include <boost/algorithm/string.hpp>
25#include <boost/bind.hpp>
26#include <boost/filesystem.hpp>
27#include <boost/function.hpp>
28#include <boost/lexical_cast.hpp>
29#include <boost/program_options.hpp>
30#include <boost/property_tree/ini_parser.hpp>
31#include <boost/property_tree/ptree.hpp>
32#include <boost/range/adaptor/reversed.hpp>
33#include <boost/shared_ptr.hpp>
34#include <boost/thread.hpp>
35#include <boost/thread/mutex.hpp>
36#include <boost/thread/recursive_mutex.hpp>
37#include <climits>
38#include <cstdlib>
39#include <deque>
40#include <float.h>
41#include <fstream>
42#include <functional>
43#include <google/protobuf/descriptor.h>
44#include <google/protobuf/message.h>
45#include <iomanip>
46#include <iostream>
47#include <limits.h>
48#include <list>
49#include <map>
50#include <math.h>
51#include <memory>
52#include <mutex>
53#include <set>
54#include <signal.h>
55#include <sstream>
56#include <stdio.h>
57#include <string>
58#include <unistd.h>
59#include <utility>
60#include <vector>