From 6e5ff0f97f47d0626d98e79de0d15353b73e6229 Mon Sep 17 00:00:00 2001 From: Mike Goslin Date: Tue, 5 Oct 2004 18:44:50 +0000 Subject: [PATCH] drose: missing include --- pandatool/src/xfileegg/xFileAnimationSet.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/xfileegg/xFileAnimationSet.cxx b/pandatool/src/xfileegg/xFileAnimationSet.cxx index 8dd1a93111..2973a8fdb3 100644 --- a/pandatool/src/xfileegg/xFileAnimationSet.cxx +++ b/pandatool/src/xfileegg/xFileAnimationSet.cxx @@ -18,7 +18,7 @@ #include "xFileAnimationSet.h" #include "xFileToEggConverter.h" - +#include "config_xfile.h" #include "eggGroup.h" #include "eggTable.h" #include "eggData.h"