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,6 +1,7 @@
#ifndef SOURCE_LOCATION_COLLECTION_H
#define SOURCE_LOCATION_COLLECTION_H
#include <functional>
#include <map>
#include <memory>
#include <ostream>