diff options
Diffstat (limited to 'Tests/CMakeLib/testUVProcessChainHelper.cxx')
-rw-r--r-- | Tests/CMakeLib/testUVProcessChainHelper.cxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Tests/CMakeLib/testUVProcessChainHelper.cxx b/Tests/CMakeLib/testUVProcessChainHelper.cxx index a77ec90..9c25834 100644 --- a/Tests/CMakeLib/testUVProcessChainHelper.cxx +++ b/Tests/CMakeLib/testUVProcessChainHelper.cxx @@ -1,13 +1,12 @@ +#include <cctype> #include <chrono> +#include <cstdlib> #include <iostream> #include <set> #include <sstream> #include <string> #include <thread> -#include <cctype> -#include <cstdlib> - std::string getStdin() { char buffer[1024]; |