From c15edae4532f53e7e5bac9dae125c360d93f848d Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Sat, 21 Feb 2015 17:27:52 +0100 Subject: Separated Turing machine implementation into components * i.e. separate namespaces and headers for _Tape_ and _State_ functions * `void` is now used as the `BLANK` field value --- src/pair.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/pair.h') diff --git a/src/pair.h b/src/pair.h index 8234382..6b2fe28 100644 --- a/src/pair.h +++ b/src/pair.h @@ -3,6 +3,8 @@ #include +#include "type.h" + namespace tav { namespace detail { struct pair_tag { }; } -- cgit v1.2.3