math_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 <assert.h>
26 #include <boost/algorithm/string.hpp>
27 #include <boost/math/special_functions/fpclassify.hpp>
28 #include <boost/math/special_functions/round.hpp>
29 #include <boost/random.hpp>
30 #include <boost/shared_ptr.hpp>
31 #include <cmath>
32 #include <ctime>
33 #include <fstream>
34 #include <iostream>
35 #include <limits>
36 #include <map>
37 #include <math.h>
38 #include <string>
39 #include <string.h>
40 #include <sys/types.h>
41 #include <vector>