summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorJohn Hodge <tpg@mutabah.net>2016-11-02 20:32:13 +0800
committerJohn Hodge <tpg@mutabah.net>2016-11-02 20:32:13 +0800
commitb71e1546a794843d73d28a7f66bcab50c387d83d (patch)
treef13fe8cc2a537eac0c480523d64ef3737c0fe47c /src/include
parent983ff1c26e15a13e6a1e0e4bb1e964ec496a4777 (diff)
downloadmrust-b71e1546a794843d73d28a7f66bcab50c387d83d.tar.gz
Parse - Refactor TTStream and TokenTree into their own files
Diffstat (limited to 'src/include')
-rw-r--r--src/include/span.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/span.hpp b/src/include/span.hpp
index 81ccd179..eafebb0a 100644
--- a/src/include/span.hpp
+++ b/src/include/span.hpp
@@ -8,6 +8,7 @@
#pragma once
#include <rc_string.hpp>
+#include <functional>
enum ErrorType
{