diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-13 14:34:24 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2015-03-13 14:34:24 +0200 |
commit | ca41ca8f9a6b21588248e5fee1a013363f3f52a8 (patch) | |
tree | 6e791ddac1c6f794273a9701c0c7f1bc9ec3d000 /build/variable | |
parent | 0cee33621a93d3348a1bf19a0c94441b717cbcbc (diff) |
Add support for "first" and "last" execution modes
Diffstat (limited to 'build/variable')
-rw-r--r-- | build/variable | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build/variable b/build/variable index ae4c7b3..901f5c8 100644 --- a/build/variable +++ b/build/variable @@ -9,6 +9,7 @@ #include <memory> // unique_ptr #include <utility> // move() #include <cassert> +#include <functional> // hash #include <typeindex> #include <unordered_set> |