From 433d263b4e284f5a7749038fcab166cc58d6d6cb Mon Sep 17 00:00:00 2001 From: rogerman Date: Fri, 16 Jan 2015 22:06:11 +0000 Subject: [PATCH] Qt Port: - Fix compiling issues. (Regression from r5068.) --- desmume/src/mic.cpp | 3 ++- desmume/src/qt/project/frontend/ds.cpp | 4 +++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/desmume/src/mic.cpp b/desmume/src/mic.cpp index 3dc3a4b43..82bf2442c 100644 --- a/desmume/src/mic.cpp +++ b/desmume/src/mic.cpp @@ -1,6 +1,6 @@ /* mic.cpp - this file is part of DeSmuME * - * Copyright (C) 2009-2011 DeSmuME Team + * Copyright (C) 2009-2015 DeSmuME Team * * This file is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -24,6 +24,7 @@ #include "mic.h" #include "NDSSystem.h" #include "readwrite.h" +#include "emufile.h" #define MIC_NULL_SAMPLE_VALUE 0 #define MIC_MAX_BUFFER_SAMPLES 320 diff --git a/desmume/src/qt/project/frontend/ds.cpp b/desmume/src/qt/project/frontend/ds.cpp index 821e30a64..3c8004ab0 100644 --- a/desmume/src/qt/project/frontend/ds.cpp +++ b/desmume/src/qt/project/frontend/ds.cpp @@ -1,5 +1,5 @@ /* - Copyright (C) 2014 DeSmuME team + Copyright (C) 2014-2015 DeSmuME team Copyright (C) 2014 Alvin Wong This file is free software: you can redistribute it and/or modify @@ -19,6 +19,8 @@ #include "ds.h" #include "NDSSystem.h" +#include "firmware.h" +#include "mc.h" #include "render3D.h" #include "rasterize.h" #include "SPU.h"