From 8b3902bcfd3aaaf9cfd6eabab4e83be218f15e5e Mon Sep 17 00:00:00 2001
From: Syres916 <46537884+Syres916@users.noreply.github.com>
Date: Sun, 6 Mar 2022 13:22:11 +0000
Subject: [PATCH] [Raytracing] Bugfix for compiling with OCC 7.6.x
See discussion https://forum.freecadweb.org/viewtopic.php?f=4&p=577109#p577109
---
src/Mod/Raytracing/App/RayProject.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/src/Mod/Raytracing/App/RayProject.cpp b/src/Mod/Raytracing/App/RayProject.cpp
index 9108c26de0..8932744052 100644
--- a/src/Mod/Raytracing/App/RayProject.cpp
+++ b/src/Mod/Raytracing/App/RayProject.cpp
@@ -30,6 +30,7 @@
#include
#include
+#include
#include
#include "RayProject.h"
#include "RayFeature.h"