Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
Fix RW build
  • Loading branch information
Sergeanur committed Feb 3, 2021
1 parent c002dd6 commit e077a6bf281f20be843766d31d13a3f5f5c5f70f
Showing with 3 additions and 0 deletions.
  1. +3 −0 src/rw/TexRead.cpp
@@ -5,6 +5,9 @@
#include "common.h" #include "common.h"
#ifdef ANISOTROPIC_FILTERING #ifdef ANISOTROPIC_FILTERING
#include "rpanisot.h" #include "rpanisot.h"
#ifndef LIBRW
#pragma comment( lib, "rpanisot.lib" )
#endif
#endif #endif
#include "crossplatform.h" #include "crossplatform.h"
#include "platform.h" #include "platform.h"

0 comments on commit e077a6b

Please sign in to comment.