[host] nvfbc: fix compilation with new debug code

This commit is contained in:
Geoffrey McRae 2023-12-07 16:33:54 +11:00
parent b776b00a67
commit f05151c9a6

View File

@ -18,8 +18,12 @@
* Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#include "wrapper.h"
#include "common/windebug.h"
extern "C"
{
#include "wrapper.h"
#include "common/windebug.h"
};
#include <windows.h>
#include <NvFBC/nvFBCToSys.h>