From 2970e825a6b7e946af91e3f8227c748f2f0dbf90 Mon Sep 17 00:00:00 2001 From: corentinberge <33965571+corentinberge@users.noreply.github.com> Date: Mon, 12 Aug 2019 15:22:26 +0200 Subject: [PATCH] Update process-list.cpp Include iostream because cout need that to be part on the namespace std --- src/mt/process-list.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mt/process-list.cpp b/src/mt/process-list.cpp index b0d37b4..14fa05f 100644 --- a/src/mt/process-list.cpp +++ b/src/mt/process-list.cpp @@ -2,6 +2,7 @@ * Author: O. Stasse, 2019 * See LICENSE file in the root directory of this repository. */ +#include <iostream> #include <fstream> #include <sstream> #include <string> -- GitLab