Changeset 12348


Ignore:
Timestamp:
06/04/12 07:28:02 (13 years ago)
Author:
Mathieu Morlighem
Message:

Missing header file

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/matlab/io/OptionParse.cpp

    r12330 r12348  
    88#endif
    99
     10#include <cstring>
     11#include <mex.h>
    1012#include "../../shared/shared.h"
    1113#include "../../io/io.h"
    1214#include "../../include/include.h"
    1315#include "./matlabio.h"
    14 
    15 #include <mex.h>
    1616
    1717/*FUNCTION OptionDoubleParse {{{1*/
Note: See TracChangeset for help on using the changeset viewer.