diff options
Diffstat (limited to 'Tests/CMakeLib/testUVRAII.cxx')
-rw-r--r-- | Tests/CMakeLib/testUVRAII.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CMakeLib/testUVRAII.cxx b/Tests/CMakeLib/testUVRAII.cxx index 2aeaf2c..cb05ace 100644 --- a/Tests/CMakeLib/testUVRAII.cxx +++ b/Tests/CMakeLib/testUVRAII.cxx @@ -1,5 +1,3 @@ -#include "cmUVHandlePtr.h" - #include <chrono> #include <iostream> #include <thread> @@ -7,6 +5,8 @@ #include "cm_uv.h" +#include "cmUVHandlePtr.h" + static void signal_reset_fn(uv_async_t* handle) { auto ptr = static_cast<cm::uv_async_ptr*>(handle->data); |