From 9426f2b1737c060cd5d40e525b1801b73c14ef82 Mon Sep 17 00:00:00 2001 From: rubidium Date: Wed, 2 Dec 2009 16:48:55 +0000 Subject: (svn r18379) -Codechange: move the cache updating function to its own header to reduce the include 'pathfinder' dependencies --- src/pathfinder/yapf/yapf_rail.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pathfinder/yapf/yapf_rail.cpp') diff --git a/src/pathfinder/yapf/yapf_rail.cpp b/src/pathfinder/yapf/yapf_rail.cpp index 1cf8677f9..5cb4957fd 100644 --- a/src/pathfinder/yapf/yapf_rail.cpp +++ b/src/pathfinder/yapf/yapf_rail.cpp @@ -12,6 +12,7 @@ #include "../../stdafx.h" #include "yapf.hpp" +#include "yapf_cache.h" #include "yapf_node_rail.hpp" #include "yapf_costrail.hpp" #include "yapf_destrail.hpp" -- cgit v1.2.3-54-g00ecf