# HG changeset patch # User JĂșlio Hoffimann # Date 1346789708 14400 # Node ID 27bdffcb41c5f3dbb7da597784e82c463c8cb16f # Parent 92476462d01fc106eebb8887326b95d973166fd9 *typecast.cc: Include for CHAR_BIT. diff -r 92476462d01f -r 27bdffcb41c5 libinterp/corefcn/typecast.cc --- a/libinterp/corefcn/typecast.cc Tue Sep 04 16:08:10 2012 -0400 +++ b/libinterp/corefcn/typecast.cc Tue Sep 04 16:15:08 2012 -0400 @@ -25,6 +25,8 @@ #include #endif +#include + #include "mx-base.h" #include "defun.h"