Merge pull request #4938 from sjnewbury/GCC7-build-fix

Add missing "functional" include for GCC7
This commit is contained in:
Mat M 2017-02-20 10:51:10 -05:00 committed by GitHub
commit 6fbb23e365
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>