# HG changeset patch # User John Donoghue # Date 1443435877 14400 # Node ID bbe6a846d8ac938b17764dc5175407c2e7714268 # Parent 7d7c91ddc736bec491f4e760cb12c00219e480d0 Include stdint.h in mex.h file (Bug #46062) * libinterp/corefcn/mex.h: add #include diff --git a/libinterp/corefcn/mex.h b/libinterp/corefcn/mex.h --- a/libinterp/corefcn/mex.h +++ b/libinterp/corefcn/mex.h @@ -64,6 +64,8 @@ #define mxMAXNAME 64 +#include + #include "mexproto.h" #if defined (__cplusplus)