From 0aebad569eef2989e32d9825ce52708371685ff9 Mon Sep 17 00:00:00 2001 From: Amlal EL Mahrouss Date: Sun, 9 Jun 2024 19:57:20 +0200 Subject: MHR-21: Finish C++ compiler. Signed-off-by: Amlal EL Mahrouss --- Sources/cplusplus.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Sources/cplusplus.cc') diff --git a/Sources/cplusplus.cc b/Sources/cplusplus.cc index 97b6a82..9323d31 100644 --- a/Sources/cplusplus.cc +++ b/Sources/cplusplus.cc @@ -16,8 +16,8 @@ #define kSplashCxx() \ kPrintF(kWhite "%s\n", "SoftwareLabs C++ Compiler, Copyright SoftwareLabs.") -#include -#include +#include +#include #include #include #include -- cgit v1.2.3