]> git.tdb.fi Git - builder.git/blobdiff - source/sourcefile.cpp
Further changes for library compatibility
[builder.git] / source / sourcefile.cpp
index 0fc989d0f5a78927acce28f38050c0feddc7f09d..bc2d993f819d1dbed22c7ca868697e3dd4f0139e 100644 (file)
@@ -5,8 +5,8 @@ Copyright © 2006-2009  Mikko Rasa, Mikkosoft Productions
 Distributed under the LGPL
 */
 
+#include <msp/core/maputils.h>
 #include <msp/fs/utils.h>
-#include <msp/io/except.h>
 #include <msp/io/print.h>
 #include <msp/strings/regex.h>
 #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 &)
                { }
        }