Skip to content

Commit 989a66e

Browse files
author
kr-2003
committed
removed iostream from timeit code
1 parent 08621ec commit 989a66e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/xmagics/execution.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ namespace xcpp
154154
bool hadError = false;
155155

156156
bool compilation_result = true;
157-
compilation_result = Cpp::Process("#include <chrono>\n#include <iostream>\n");
157+
compilation_result = Cpp::Process("#include <chrono>\n");
158158
// Define the reusable timing function once
159159
std::string timing_function = R"(
160160
double get_elapsed_time_)"

0 commit comments

Comments
 (0)