X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fsourcefile.cpp;h=bc2d993f819d1dbed22c7ca868697e3dd4f0139e;hb=0458300fda4f345f865a7f3ee4fc0f2020a91983;hp=0fc989d0f5a78927acce28f38050c0feddc7f09d;hpb=409a427f912f9c203b102beed0816b53b250931f;p=builder.git diff --git a/source/sourcefile.cpp b/source/sourcefile.cpp index 0fc989d..bc2d993 100644 --- a/source/sourcefile.cpp +++ b/source/sourcefile.cpp @@ -5,8 +5,8 @@ Copyright © 2006-2009 Mikko Rasa, Mikkosoft Productions Distributed under the LGPL */ +#include #include -#include #include #include #include "builder.h" @@ -46,7 +46,7 @@ void SourceFile::find_depends() includes = deps_cache.get_deps(relname); deps_found = true; } - catch(const KeyError &) + catch(const key_error &) { } }