fixed GCC/clang compilation / fixed some forward declarations (nw)

This commit is contained in:
Oliver Stöneberg 2014-03-11 17:13:40 +00:00
parent e647a2b812
commit c8ea1c0d04
2 changed files with 3 additions and 2 deletions

View File

@ -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;

View File

@ -13,6 +13,7 @@
#ifndef __COREALLOC_H__
#define __COREALLOC_H__
#include <stdlib.h>
#include <new>
#include "osdcore.h"