ports/devel/codeblocks/files/patch-src_sdk_scripting_squirrel_sqvm.cpp
Thomas Zander ad402a8f78 Update to upstream release 17.12
Details:
- New release 17.12, changelog on
  http://www.codeblocks.org/downloads/binaries/changelog
- This includes fixes for stability of the application
  which should allow to close bug #223826 and bug #197888

PR:		224835
Submitted by:	lbartoletti@tuxfamily.org (maintainer)
MFH:		2018Q1
2018-01-07 09:00:36 +00:00

12 lines
310 B
C++

--- src/sdk/scripting/squirrel/sqvm.cpp.orig 2017-10-31 23:32:38 UTC
+++ src/sdk/scripting/squirrel/sqvm.cpp
@@ -1,8 +1,8 @@
/*
see copyright notice in squirrel.h
*/
-#include "sqpcheader.h"
#include <math.h>
+#include "sqpcheader.h"
#include <stdlib.h>
#include "sqopcodes.h"
#include "sqfuncproto.h"