diff options
Diffstat (limited to 'cpp/boot.cc')
-rw-r--r-- | cpp/boot.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/boot.cc b/cpp/boot.cc index 89f943a8..64a0c58e 100644 --- a/cpp/boot.cc +++ b/cpp/boot.cc @@ -49,6 +49,7 @@ using std::ofstream; // interpreter decls +namespace mu { #include "type_list" @@ -61,3 +62,5 @@ using std::ofstream; // interpreter tests #include "test_file_list" + +} // namespace mu |