include order?
diff --git a/test/span_test.cpp b/test/span_test.cpp
index 35ebd7b..1aa338d 100644
--- a/test/span_test.cpp
+++ b/test/span_test.cpp
@@ -2,8 +2,9 @@
  * Copyright 2022 Rive
  */
 
-#include <rive/span.hpp>
 #include <catch.hpp>
+#include <rive/span.hpp>
+
 #include <cstdio>
 #include <vector>