diff options
author | Lioncash <mathew1800@gmail.com> | 2021-06-23 09:59:56 -0400 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2021-06-23 13:48:21 -0400 |
commit | d0b1f2bd05a2fcadbb4c148be2105e337dd986e8 (patch) | |
tree | 17e7abb608ab936ae6696e0507c9d1441256c66a /src/core/frontend/input.h | |
parent | c3fe0717235eae5fffc62b16302d616d4459071d (diff) |
General: Resolve fmt specifiers to adhere to 8.0.0 API where applicable
Also removes some deprecated API usages.
Diffstat (limited to 'src/core/frontend/input.h')
-rw-r--r-- | src/core/frontend/input.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/frontend/input.h b/src/core/frontend/input.h index 7a047803ee..f1747c5b23 100644 --- a/src/core/frontend/input.h +++ b/src/core/frontend/input.h @@ -4,6 +4,7 @@ #pragma once +#include <functional> #include <memory> #include <string> #include <tuple> |