From 825cfcd96f8504a14a89c904accb7a0ae4731ce0 Mon Sep 17 00:00:00 2001 From: Vincent Castellano Date: Sat, 23 May 2015 18:40:56 -0700 Subject: [PATCH] More include order issues due to python's broken define logic. --- python-tg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-tg.h b/python-tg.h index bf3784e..bc724ea 100644 --- a/python-tg.h +++ b/python-tg.h @@ -20,8 +20,8 @@ #ifndef __PYTHON_TG_H__ #define __PYTHON_TG_H__ -#include #include +#include #include // Python functions