diff options
| author | Tasos Sahanidis <ppa@tasossah.com> | 2019-09-24 09:46:22 +0000 | 
|---|---|---|
| committer | Bileto Bot <ci-train-bot@canonical.com> | 2019-09-24 09:46:22 +0000 | 
| commit | 7e1b9f6482d3dffc24142c65f2fbae75cc3284af (patch) | |
| tree | 2c8db2dca1099dd9492ac56387f4451779e2e5aa /UnityCore | |
| parent | d0cee89811e15ee500f5cde3a2680983eca7a194 (diff) | |
| parent | 5b1ff14cd091df72fafb91de461de7eac0ca2545 (diff) | |
Fix gcc 7.2 build errors
Diffstat (limited to 'UnityCore')
| -rw-r--r-- | UnityCore/GLibSource.h | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/UnityCore/GLibSource.h b/UnityCore/GLibSource.h index 061fa2b69..6994dc312 100644 --- a/UnityCore/GLibSource.h +++ b/UnityCore/GLibSource.h @@ -25,6 +25,7 @@  #include <glib.h>  #include <memory>  #include <unordered_map> +#include <functional>  namespace unity  { | 
