From 5e2f4c9d2d5f45b861483ba27b07629b08b6a1c5 Mon Sep 17 00:00:00 2001 From: Dennis Luxen Date: Mon, 5 Jan 2015 14:47:05 +0100 Subject: [PATCH] fix header include --- extractor/extractor_options.cpp | 4 ++-- extractor/extractor_options.hpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/extractor/extractor_options.cpp b/extractor/extractor_options.cpp index bbf611577..d14d8d9f8 100644 --- a/extractor/extractor_options.cpp +++ b/extractor/extractor_options.cpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2014, Project OSRM, Dennis Luxen, others +Copyright (c) 2015, Project OSRM, Dennis Luxen, others All rights reserved. Redistribution and use in source and binary forms, with or without modification, @@ -27,7 +27,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "extractor_options.hpp" -#include "../Util/GitDescription.h" +#include "../Util/git_sha.hpp" #include "../Util/IniFileUtil.h" #include "../Util/simple_logger.hpp" diff --git a/extractor/extractor_options.hpp b/extractor/extractor_options.hpp index 796d439b5..118da78d9 100644 --- a/extractor/extractor_options.hpp +++ b/extractor/extractor_options.hpp @@ -1,6 +1,6 @@ /* -Copyright (c) 2014, Project OSRM, Dennis Luxen, others +Copyright (c) 2015, Project OSRM, Dennis Luxen, others All rights reserved. Redistribution and use in source and binary forms, with or without modification,