From 6154309f0cd3ed5071996951465808f2503e2eb1 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 29 Mar 2020 18:30:04 +0200 Subject: mcc produces first dummy executable --- minicc.h | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'minicc.h') diff --git a/minicc.h b/minicc.h index 5a5f5d8..d3135c6 100644 --- a/minicc.h +++ b/minicc.h @@ -1,14 +1,17 @@ #pragma once #include -#include -#include +#include #include +#include +#include using namespace std::string_literals; using index_t = size_t; +namespace fs = std::filesystem; + std::vector split(std::string s); struct Location { -- cgit v1.2.3