Typo in StringUtil.h file name. D'oh!
This commit is contained in:
@@ -30,7 +30,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
||||
#include "../DataStructures/ExtractorStructs.h"
|
||||
#include "../DataStructures/HashTable.h"
|
||||
#include "../DataStructures/PolylineCompressor.h"
|
||||
#include "../Util/StrIngUtil.h"
|
||||
#include "../Util/StringUtil.h"
|
||||
|
||||
struct DescriptorConfig {
|
||||
DescriptorConfig() : instructions(true), geometry(true), encodeGeometry(false), z(18) {}
|
||||
|
||||
@@ -30,7 +30,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
||||
|
||||
#include "../DataStructures/NodeInformationHelpDesk.h"
|
||||
#include "../DataStructures/HashTable.h"
|
||||
#include "../Util/StrIngUtil.h"
|
||||
#include "../Util/StringUtil.h"
|
||||
|
||||
/*
|
||||
* This Plugin locates the nearest point on a street in the road network for a given coordinate.
|
||||
|
||||
@@ -40,7 +40,7 @@ or see http://www.gnu.org/licenses/agpl.txt.
|
||||
#include "../DataStructures/StaticGraph.h"
|
||||
#include "../DataStructures/SearchEngine.h"
|
||||
|
||||
#include "../Util/StrIngUtil.h"
|
||||
#include "../Util/StringUtil.h"
|
||||
|
||||
class RoutePlugin : public BasePlugin {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user