# HG changeset patch # User John W. Eaton # Date 1324327651 18000 # Node ID 8aa5da1b7ce34e4b23a6aa442125c2ee9c4bfff1 # Parent c2c18e2e7c9ce826453d1034a3e1ceabe369cd89 also include singleton-cleanup.h when not using readline * liboctave/cmd-hist.cc: Also include singleton-cleanup.h when not using readline. diff -r c2c18e2e7c9c -r 8aa5da1b7ce3 liboctave/cmd-hist.cc --- a/liboctave/cmd-hist.cc Mon Dec 19 10:28:40 2011 -0800 +++ b/liboctave/cmd-hist.cc Mon Dec 19 15:47:31 2011 -0500 @@ -33,6 +33,7 @@ #include "cmd-hist.h" #include "file-ops.h" #include "lo-error.h" +#include "singleton-cleanup.h" #include "str-vec.h" command_history *command_history::instance = 0; @@ -49,7 +50,6 @@ #include "oct-rl-hist.h" #include "file-stat.h" -#include "singleton-cleanup.h" class gnu_history : public command_history