fixed GCC/clang compilation / fixed some forward declarations (nw)
This commit is contained in:
parent
e647a2b812
commit
c8ea1c0d04
@ -96,8 +96,8 @@ private:
|
|||||||
|
|
||||||
class device_image_interface;
|
class device_image_interface;
|
||||||
struct feature_list;
|
struct feature_list;
|
||||||
struct software_part;
|
class software_part;
|
||||||
struct software_info;
|
class software_info;
|
||||||
|
|
||||||
// device image interface function types
|
// device image interface function types
|
||||||
typedef delegate<int (device_image_interface &)> device_image_load_delegate;
|
typedef delegate<int (device_image_interface &)> device_image_load_delegate;
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
#ifndef __COREALLOC_H__
|
#ifndef __COREALLOC_H__
|
||||||
#define __COREALLOC_H__
|
#define __COREALLOC_H__
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include <new>
|
#include <new>
|
||||||
#include "osdcore.h"
|
#include "osdcore.h"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user