From 019237de557a488dd5e869c1e9da93e7e86bdf7f Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Thu, 12 Jan 2006 18:49:12 +0000 Subject: [PATCH] add missing '%' in front of #include git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8391 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/python/pycontainer.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/python/pycontainer.swg b/Lib/python/pycontainer.swg index b47601675..053ddab78 100644 --- a/Lib/python/pycontainer.swg +++ b/Lib/python/pycontainer.swg @@ -100,7 +100,7 @@ namespace swig { %fragment("PySequence_Base","header") { -#include +%#include namespace std { template <>