# HG changeset patch # User Mike Miller # Date 1358916449 18000 # Node ID bbce6de5c0a513f769dfaace9a5769d22aa5a718 # Parent a0b313c17a6bb2fd47a47a87eb744538d537d6b7 * octave-main-thread.cc: Include for setlocale. diff -r a0b313c17a6b -r bbce6de5c0a5 libgui/src/octave-adapter/octave-main-thread.cc --- a/libgui/src/octave-adapter/octave-main-thread.cc Tue Jan 22 23:06:03 2013 -0500 +++ b/libgui/src/octave-adapter/octave-main-thread.cc Tue Jan 22 23:47:29 2013 -0500 @@ -24,6 +24,7 @@ #include #endif +#include #include #include "octave.h"