Add includes for dependency documentation. There is still inconsistent

use of assert(...) in src/lib/util. libutil compile will use assert from
<assert> while other parts of mame will be compiled with assert from
emucore.h.
This commit is contained in:
couriersud 2016-04-08 17:53:52 +02:00
parent 07645b6670
commit 28d364bc8f
4 changed files with 4 additions and 2 deletions

View File

@ -14,6 +14,7 @@
#define __CHDCODEC_H__
#include "osdcore.h"
#include "coretmpl.h"
#define CHDCODEC_VERIFY_COMPRESSION 0

View File

@ -83,7 +83,7 @@
#include <typeinfo>
#include <utility>
#include <cstring>
#include <cstdint>
//**************************************************************************
// MACROS

View File

@ -12,7 +12,7 @@
#define __PLAPARSE_H__
#include "osdcore.h"
#include "jedparse.h"
/***************************************************************************

View File

@ -13,6 +13,7 @@
#ifndef __VBIPARSE_H__
#define __VBIPARSE_H__
#include "osdcomm.h"
/***************************************************************************
CONSTANTS