$NetBSD: patch-src_intro.cpp,v 1.1.1.1 2012/01/08 15:52:12 wiz Exp $ Add missing header. --- src/intro.cpp.orig 2005-10-03 05:57:31.000000000 +0000 +++ src/intro.cpp @@ -24,6 +24,7 @@ #include "tilemap.h" #include "u4file.h" #include "utils.h" +#include using namespace std;