Skip to content

Commit 70aeb4b

Browse files
Fixed compilation issue on Windows [skip ci]
1 parent 56cc129 commit 70aeb4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RTLib/RayTraceSurface.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2525
SOFTWARE.*/
2626
#pragma once
2727
#include <FSCore/color.h>
28+
#include <cstddef>
2829

29-
using std::size_t;
3030

3131
class RayTraceSurface
3232
{

0 commit comments

Comments
 (0)