- added all #includes needed to compile on Windows without using precompiled headers.

This commit is contained in:
Christoph Oelckers 2021-12-14 11:43:10 +01:00
parent 7e2431ebd8
commit e21f899989
6 changed files with 8 additions and 0 deletions

View file

@ -4,6 +4,7 @@
#include "hw_aabbtree.h"
#include "stats.h"
#include <memory>
#include <functional>
class IDataBuffer;