fix broken include

This commit is contained in:
Dennis Luxen 2014-05-07 16:45:48 +02:00
parent 9710f39cad
commit cb30f4668e

View File

@ -28,7 +28,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef OSRM_H
#define OSRM_H
#include <ServerPaths.h>
#include <osrm/ServerPaths.h>
class OSRM_impl;
struct RouteParameters;