From 85d99571661e6483bf4ba6814dd4f97f6a39f8c5 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Wed, 4 Dec 2019 00:54:10 +0100 Subject: Better includes, better Makefile --- src/jo_exec.cpp | 2 ++ src/main.cpp | 6 ++++++ 2 files changed, 8 insertions(+) (limited to 'src') diff --git a/src/jo_exec.cpp b/src/jo_exec.cpp index a97012c..04efb66 100644 --- a/src/jo_exec.cpp +++ b/src/jo_exec.cpp @@ -1,4 +1,6 @@ #include +#include +#include string jo_exec(const char* cmd) { diff --git a/src/main.cpp b/src/main.cpp index 88471e7..71f7147 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -1,6 +1,12 @@ #include +#include +#include +#include #include +using namespace this_thread; +using namespace chrono; + int main(int argc, const char *argv[]) { string msg; string acstat; -- cgit v1.2.3