v4 mex: add definition of mwIndex and mwSize when necessary

git-svn-id: https://www.dynare.org/svn/dynare/dynare_v4@1772 ac1d8469-bf42-47a9-8791-bf33cf982152
time-shift
michel 2008-04-02 12:54:04 +00:00
parent 4c7c181b15
commit 2058786de8
1 changed files with 5 additions and 0 deletions

View File

@ -5,6 +5,11 @@
#include "mex.h"
#ifdef MWTYPES_NOT_DEFINED
typedef unsigned int mwIndex;
typedef unsigned int mwSize;
#endif
#include "GeneralSylvester.h"
#include "SylvException.h"