Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FormerLurker/ArcWelderLib.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFormerLurker <hochgebe@gmail.com>2020-05-10 19:37:36 +0300
committerFormerLurker <hochgebe@gmail.com>2020-05-10 19:37:36 +0300
commit30bb4a3dfc3187fda0816a6a8a1c03cc25c43de2 (patch)
treefef50b22f5a0d91571222c8cf22630c09023aa11 /ArcWelderConsole
parent4a1f1d55ff5e685a9f2818da7bf3f5e6bf0394d6 (diff)
parent73092c664dc3baa7e95394c530f740edf33f14b9 (diff)
Merge branch 'master' of https://github.com/FormerLurker/ArcWelderLib
Diffstat (limited to 'ArcWelderConsole')
-rw-r--r--ArcWelderConsole/ArcWelderConsole.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ArcWelderConsole/ArcWelderConsole.cpp b/ArcWelderConsole/ArcWelderConsole.cpp
index 099f8ba..7286ae9 100644
--- a/ArcWelderConsole/ArcWelderConsole.cpp
+++ b/ArcWelderConsole/ArcWelderConsole.cpp
@@ -23,6 +23,7 @@
// FormerLurker@pm.me
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
#include "ArcWelderConsole.h"
+#include <cstring>
#include <iostream>
#include <sstream>
#include <iomanip>
@@ -229,4 +230,4 @@ static bool on_progress(arc_welder_progress progress)
{
std::cout << progress.str() << "\n";
return true;
-} \ No newline at end of file
+}