From 3b027520fbf13b7d12fec09b323f8b5547ca7c46 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 25 Mar 2016 10:44:25 +1100 Subject: Since stddef.h is the most basic header, defining size_t, move it first. --- gtk/PlatGTK.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gtk') diff --git a/gtk/PlatGTK.cxx b/gtk/PlatGTK.cxx index 063c42b3a..45cc0aa92 100644 --- a/gtk/PlatGTK.cxx +++ b/gtk/PlatGTK.cxx @@ -3,10 +3,10 @@ // Copyright 1998-2004 by Neil Hodgson // The License.txt file describes the conditions under which this software may be distributed. +#include #include #include #include -#include #include #include -- cgit v1.2.3