Fix RW build

This commit is contained in:
Sergeanur 2021-02-03 22:21:16 +02:00
parent c002dd6cba
commit e077a6bf28
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@
#include "common.h"
#ifdef ANISOTROPIC_FILTERING
#include "rpanisot.h"
#ifndef LIBRW
#pragma comment( lib, "rpanisot.lib" )
#endif
#endif
#include "crossplatform.h"
#include "platform.h"