aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg-test/strings.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/vcpkg-test/strings.cpp')
-rw-r--r--toolsrc/src/vcpkg-test/strings.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/toolsrc/src/vcpkg-test/strings.cpp b/toolsrc/src/vcpkg-test/strings.cpp
index 3172b557f..da3198976 100644
--- a/toolsrc/src/vcpkg-test/strings.cpp
+++ b/toolsrc/src/vcpkg-test/strings.cpp
@@ -1,11 +1,12 @@
#include <catch2/catch.hpp>
-#include <vcpkg/base/strings.h>
-
#include <stdint.h>
+
+#include <string>
#include <utility>
#include <vector>
-#include <string>
+
+#include <vcpkg/base/strings.h>
TEST_CASE ("b32 encoding", "[strings]")
{