rendering_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 <boost/algorithm/string.hpp>
26#include <boost/assign/list_of.hpp>
27#include <boost/bind.hpp>
28#include <boost/enable_shared_from_this.hpp>
29#include <boost/filesystem.hpp>
30#include <boost/function.hpp>
31#include <boost/lexical_cast.hpp>
32#include <boost/shared_ptr.hpp>
33#include <boost/thread.hpp>
34#include <boost/thread/recursive_mutex.hpp>
35#include <boost/unordered/unordered_map.hpp>
36#include <cmath>
37#include <deque>
38#include <functional>
39#include <iostream>
40#include <list>
41#include <map>
42#include <math.h>
43#include <memory>
44#include <mutex>
45#include <sstream>
46#include <stdint.h>
47#include <string>
48#include <string.h>
49#include <sys/stat.h>
50#include <sys/types.h>
51#include <tuple>
52#include <utility>
53#include <vector>