Skip to content

Commit 9bba219

Browse files
authored
Merge pull request #2279 from RubioJr9/arch_ospray
Include Statements needed to build Ospray on Arch Linux
2 parents 4e4c60c + b961cc6 commit 9bba219

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)