Skip to content

Commit

Permalink
[host] nvfbc: fix compilation with new debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
gnif committed Dec 7, 2023
1 parent b776b00 commit f05151c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions host/platform/Windows/capture/NVFBC/src/wrapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit f05151c

Please sign in to comment.