mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 19:24:08 +00:00
One more fix for the compilation failures on older Linux/GCC
This commit is contained in:
parent
6d4843e79b
commit
33c2c8b1cb
|
@ -1,5 +1,7 @@
|
|||
#include "articleinspector.hh"
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
using std::list;
|
||||
|
||||
list< ArticleInspector * > ArticleInspector::openedInspectors;
|
||||
|
|
Loading…
Reference in a new issue