mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
Warning Fix: add missing include to core/parse-xml.c
Fallout from commit #cd5e17cf79c2f1eb896efd0436c103221de446ae Signed-off-by: Berthold Stoeger <bstoeger@mail.tuwien.ac.at>
This commit is contained in:
parent
4cbf8b87a3
commit
0fa6422a04
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@
|
|||
#include "divelist.h"
|
||||
#include "device.h"
|
||||
#include "membuffer.h"
|
||||
#include "qthelper.h"
|
||||
|
||||
int verbose, quit, force_root;
|
||||
int last_xml_version = -1;
|
||||
|
|
Loading…
Reference in a new issue