From a56a4b563b2d35dc81cc41299ef9128821465008 Mon Sep 17 00:00:00 2001 From: faded <> Date: Wed, 5 Mar 2003 02:32:05 +0000 Subject: [PATCH] - fixed to compile on linux --- nvparse/rc1.0_combiners.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/nvparse/rc1.0_combiners.cpp b/nvparse/rc1.0_combiners.cpp index a5b89fb..1d66021 100644 --- a/nvparse/rc1.0_combiners.cpp +++ b/nvparse/rc1.0_combiners.cpp @@ -4,6 +4,10 @@ #include "nvparse_errors.h" #include "nvparse_externs.h" +#ifndef _WIN32 +#include +#endif + void CombinersStruct::Validate() { if (2 == numConsts &&