Add missing "functional" include

Building fails on GCC7 without an explicit
This commit is contained in:
Steven Newbury 2017-02-19 08:00:00 +00:00
parent 51944afa56
commit 02681bc352
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#pragma once
#include <algorithm>
#include <functional>
#include <map>
#include <sstream>
#include <string>