mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 07:19:21 +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 "Stream.h"
|
||||||
|
|
||||||
|
#include <algorithm> //min max and more
|
||||||
|
|
||||||
using namespace gpu;
|
using namespace gpu;
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
#include "Resource.h"
|
#include "Resource.h"
|
||||||
|
|
||||||
#include <algorithm> //min max
|
#include <algorithm> //min max and more
|
||||||
|
|
||||||
namespace gpu {
|
namespace gpu {
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue