Skip to content

Commit 6807eee

Browse files
authored
Merge branch 'master' into improved_superquadrics
2 parents 29a36a7 + 9bba219 commit 6807eee

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Externals/spire/entity-system/GenericSystem.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737

3838
#include <es-log/trace-log.h>
3939
#include <iostream>
40+
#include <limits> // std::numeric_limits
4041
#include <array>
4142
#include <set> // Only used in a corner case of walkComponents where
4243
// all components are optional.

src/Interface/Modules/Render/Ospray/OSPRayDataManager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
#include "OSPRayDataManager.h"
2929

3030
#include <cstring>
31+
#include <stdio.h>
3132

3233
using namespace SCIRun::Render;
3334

0 commit comments

Comments
 (0)