# HG changeset patch # User Carnë Draug # Date 1470935046 -3600 # Node ID b80fddf2a9a0ceb2435c4abe42372ec835b1c0b5 # Parent 89e1be7b75113a4e22fb05440c0d73abf1b85286 comment-list.h: properly include "base-list.h". diff -r 89e1be7b7511 -r b80fddf2a9a0 libinterp/corefcn/comment-list.h --- a/libinterp/corefcn/comment-list.h Thu Aug 11 12:48:51 2016 -0400 +++ b/libinterp/corefcn/comment-list.h Thu Aug 11 18:04:06 2016 +0100 @@ -27,7 +27,7 @@ #include -#include +#include "base-list.h" extern std::string get_comment_text (void);