mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
missing includes
This commit is contained in:
parent
0fbccf1d33
commit
00c45dbb43
2 changed files with 3 additions and 1 deletions
|
@ -10,6 +10,8 @@
|
|||
//
|
||||
|
||||
#include "Stream.h"
|
||||
|
||||
#include <algorithm> //min max and more
|
||||
|
||||
using namespace gpu;
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
#include "Resource.h"
|
||||
|
||||
#include <algorithm> //min max
|
||||
#include <algorithm> //min max and more
|
||||
|
||||
namespace gpu {
|
||||
|
||||
|
|
Loading…
Reference in a new issue