common_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 <algorithm>
25#include <atomic>
26#include <boost/algorithm/string/classification.hpp>
27#include <boost/algorithm/string.hpp>
28#include <boost/algorithm/string/regex.hpp>
29#include <boost/algorithm/string/replace.hpp>
30#include <boost/algorithm/string/split.hpp>
31#include <boost/assert.hpp>
32#include <boost/bind.hpp>
33#include <boost/date_time.hpp>
34#include <boost/filesystem.hpp>
35#include <boost/filesystem/operations.hpp>
36#include <boost/filesystem/path.hpp>
37#include <boost/function.hpp>
38#include <boost/iostreams/copy.hpp>
39#include <boost/iostreams/filter/gzip.hpp>
40#include <boost/iostreams/filtering_streambuf.hpp>
41#include <boost/lexical_cast.hpp>
42#include <boost/shared_ptr.hpp>
43#include <boost/thread.hpp>
44#include <boost/thread/mutex.hpp>
45#include <boost/unordered_map.hpp>
46#include <boost/uuid/sha1.hpp>
47#include <curl/curl.h>
48#include <dlfcn.h>
49#include <errno.h>
50#include <fcntl.h>
51#include <float.h>
52#include <FreeImage.h>
53#include <fstream>
54#include <functional>
55#include <iostream>
56#include <libtar.h>
57#include <list>
58#include <malloc.h>
59#include <map>
60#include <math.h>
61#include <memory>
62#include <mutex>
63#include <sstream>
64#include <stdarg.h>
65#include <utility>
66#include <vector>