From 28d364bc8fe6cd616128b29fa5f80170bee79a80 Mon Sep 17 00:00:00 2001 From: couriersud Date: Fri, 8 Apr 2016 17:53:52 +0200 Subject: [PATCH] Add includes for dependency documentation. There is still inconsistent use of assert(...) in src/lib/util. libutil compile will use assert from while other parts of mame will be compiled with assert from emucore.h. --- src/lib/util/chdcodec.h | 1 + src/lib/util/delegate.h | 2 +- src/lib/util/plaparse.h | 2 +- src/lib/util/vbiparse.h | 1 + 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/lib/util/chdcodec.h b/src/lib/util/chdcodec.h index f517cdedeeb..bfde8d2cde7 100644 --- a/src/lib/util/chdcodec.h +++ b/src/lib/util/chdcodec.h @@ -14,6 +14,7 @@ #define __CHDCODEC_H__ #include "osdcore.h" +#include "coretmpl.h" #define CHDCODEC_VERIFY_COMPRESSION 0 diff --git a/src/lib/util/delegate.h b/src/lib/util/delegate.h index 6b4f6a01f58..ae469f86ed7 100644 --- a/src/lib/util/delegate.h +++ b/src/lib/util/delegate.h @@ -83,7 +83,7 @@ #include #include #include - +#include //************************************************************************** // MACROS diff --git a/src/lib/util/plaparse.h b/src/lib/util/plaparse.h index db85fac6ffd..e3bfcaf0e2a 100644 --- a/src/lib/util/plaparse.h +++ b/src/lib/util/plaparse.h @@ -12,7 +12,7 @@ #define __PLAPARSE_H__ #include "osdcore.h" - +#include "jedparse.h" /*************************************************************************** diff --git a/src/lib/util/vbiparse.h b/src/lib/util/vbiparse.h index 486d17c5978..687f984622c 100644 --- a/src/lib/util/vbiparse.h +++ b/src/lib/util/vbiparse.h @@ -13,6 +13,7 @@ #ifndef __VBIPARSE_H__ #define __VBIPARSE_H__ +#include "osdcomm.h" /*************************************************************************** CONSTANTS