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;
|
||||
struct feature_list;
|
||||
struct software_part;
|
||||
struct software_info;
|
||||
class software_part;
|
||||
class software_info;
|
||||
|
||||
// device image interface function types
|
||||
typedef delegate<int (device_image_interface &)> device_image_load_delegate;
|
||||
|
@ -13,6 +13,7 @@
|
||||
#ifndef __COREALLOC_H__
|
||||
#define __COREALLOC_H__
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <new>
|
||||
#include "osdcore.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user