summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/sol2/sol/object.hpp
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/sol2/sol/object.hpp')
-rw-r--r--3rdparty/sol2/sol/object.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/sol2/sol/object.hpp b/3rdparty/sol2/sol/object.hpp
index 42b46f9c41e..87d8f229b5d 100644
--- a/3rdparty/sol2/sol/object.hpp
+++ b/3rdparty/sol2/sol/object.hpp
@@ -22,11 +22,11 @@
#ifndef SOL_OBJECT_HPP
#define SOL_OBJECT_HPP
-#include "optional.hpp"
#include "reference.hpp"
#include "stack.hpp"
#include "userdata.hpp"
#include "variadic_args.hpp"
+#include "optional.hpp"
namespace sol {