diff options
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 6 |
1 files changed, 6 insertions, 0 deletions
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 <jo_lowbat.hpp> +#include <cstring> +#include <thread> +#include <chrono> #include <algorithm> +using namespace this_thread; +using namespace chrono; + int main(int argc, const char *argv[]) { string msg; string acstat; |