# HG changeset patch # User JĂșlio Hoffimann # Date 1346789708 14400 # Node ID 27bdffcb41c5f3dbb7da597784e82c463c8cb16f # Parent 92476462d01fc106eebb8887326b95d973166fd9 *typecast.cc: Include for CHAR_BIT. diff --git a/libinterp/corefcn/typecast.cc b/libinterp/corefcn/typecast.cc --- a/libinterp/corefcn/typecast.cc +++ b/libinterp/corefcn/typecast.cc @@ -25,6 +25,8 @@ #include #endif +#include + #include "mx-base.h" #include "defun.h"