mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-21 03:54:57 +00:00
Add missing "functional" include
Building fails on GCC7 without an explicit
This commit is contained in:
parent
51944afa56
commit
02681bc352
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <algorithm>
|
||||
#include <functional>
|
||||
#include <map>
|
||||
#include <sstream>
|
||||
#include <string>
|
||||
|
|
Loading…
Add table
Reference in a new issue