Commit 80eacbd0 authored by emerit's avatar emerit
Browse files

fix build for linux

parent 37219281
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -40,7 +40,9 @@
#include <assert.h>
#endif
#include "wmc_auto.h"

#ifdef NO_DIEGETIC_PAN
#include <math.h>
#endif

/*-------------------------------------------------------------------------*
 * ivas_renderer_select()
+3 −0
Original line number Diff line number Diff line
@@ -33,6 +33,9 @@
#include <stdint.h>
#include "options.h"
#include "prot.h"
#ifdef NO_DIEGETIC_PAN
#include "ivas_prot.h"
#endif
#include "ivas_prot_rend.h"
#include <math.h>
#include "ivas_rom_com.h"