Skip to content

Commit

Permalink
fix includes
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM committed Jan 6, 2015
1 parent dea9c37 commit be63939
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion descriptors/json_descriptor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "../Util/integer_range.hpp"
#include "../Util/json_renderer.hpp"
#include "../Util/simple_logger.hpp"
#include "../Util/StringUtil.h"
#include "../Util/string_util.hpp"
#include "../Util/timing_util.hpp"

#include <osrm/json_container.hpp>
Expand Down
2 changes: 1 addition & 1 deletion tools/components.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <gdal/ogrsf_frmts.h>
#endif

#include <osrm/Coordinate.h>
#include <osrm/coordinate.hpp>

#include <fstream>
#include <memory>
Expand Down

0 comments on commit be63939

Please sign in to comment.