interface/python.cc: add missing include
authorSven Verdoolaege <skimo@kotnet.org>
Thu, 27 Dec 2012 10:06:46 +0000 (11:06 +0100)
committerSven Verdoolaege <skimo@kotnet.org>
Thu, 27 Dec 2012 10:06:46 +0000 (11:06 +0100)
Signed-off-by: Sven Verdoolaege <skimo@kotnet.org>
interface/python.cc

index 784b4be..3b54a03 100644 (file)
@@ -34,6 +34,7 @@
 #include <stdio.h>
 #include <iostream>
 #include <map>
+#include <clang/AST/Attr.h>
 #include "extract_interface.h"
 #include "python.h"