From 7abfae425d3b01fcda149a4ddc7a504f742a601e Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Sun, 30 Oct 2022 22:11:42 +0100 Subject: [PATCH] move around includes to satisfy the magical msvc --- src/Uuid.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Uuid.cpp b/src/Uuid.cpp index 5ad01f2..1317c6f 100644 --- a/src/Uuid.cpp +++ b/src/Uuid.cpp @@ -1,7 +1,8 @@ #include "Uuid.h" -#include #include + +#include #include #include #include