src: hotfix

Added missing stl functional include
This commit is contained in:
wrongway88
2017-03-28 22:32:33 +02:00
parent 4e9ba897ac
commit abf7c723a2
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
Settings.cpp WARNING: File for Settings not found: data/TestSettings.xml
Token.cpp ERROR: Location Id was not referenced by this Token.
Node.cpp WARNING: Cannot change NodeType after it was already set from namespace to class
Edge.cpp ERROR: Nodes are not plain copies.
@@ -1,6 +1,7 @@
#ifndef SOURCE_LOCATION_COLLECTION_H
#define SOURCE_LOCATION_COLLECTION_H
#include <functional>
#include <map>
#include <memory>
#include <ostream>