Estimation DLL, MEX utils: fix compilation issues

time-shift
Sébastien Villemot 2010-02-22 15:56:00 +01:00
parent a17207fb56
commit 3cacb48c81
2 changed files with 1 additions and 1 deletions

View File

@ -22,6 +22,7 @@
#include <sstream>
using namespace std;
/***********************************
* Members of DynamicModelDLL for handling loading and calling

View File

@ -34,7 +34,6 @@
#endif
#include <string>
#include <dynmex.h>
#include "Matrix.hh"
#include "ts_exception.h"