From d98e1a188725f75ba54926e50badfc8b1fe74bc3 Mon Sep 17 00:00:00 2001 From: "Kartik K. Agaram" Date: Tue, 5 May 2015 18:15:09 -0700 Subject: 1268 --- cpp/001help.cc | 2 ++ cpp/002test.cc | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'cpp') diff --git a/cpp/001help.cc b/cpp/001help.cc index 475434e5..de81fbcc 100644 --- a/cpp/001help.cc +++ b/cpp/001help.cc @@ -30,6 +30,8 @@ bool is_equal(char* s, const char* lit) { } :(before "End Includes") +#include + #include using std::istream; using std::ostream; diff --git a/cpp/002test.cc b/cpp/002test.cc index 488bbff4..776e78e9 100644 --- a/cpp/002test.cc +++ b/cpp/002test.cc @@ -90,5 +90,4 @@ long long int to_int(string n) { } :(before "End Includes") -#include #include -- cgit 1.4.1-2-gfad0