From bb6ca0e988415e52a0fd417a9da812a8fddb1568 Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 27 Dec 2012 11:06:46 +0100 Subject: [PATCH] interface/python.cc: add missing include Signed-off-by: Sven Verdoolaege --- interface/python.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/python.cc b/interface/python.cc index 784b4be3..3b54a03c 100644 --- a/interface/python.cc +++ b/interface/python.cc @@ -34,6 +34,7 @@ #include #include #include +#include #include "extract_interface.h" #include "python.h" -- 2.11.4.GIT