From 752003fbe5adc9226b7e86b599c4fac975b03762 Mon Sep 17 00:00:00 2001 From: Spacek531 Date: Tue, 3 Oct 2023 12:14:49 -0700 Subject: [PATCH] fix header maybe --- src/openrct2/ride/TrackPaint.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openrct2/ride/TrackPaint.h b/src/openrct2/ride/TrackPaint.h index cebfb5fbef..6fdda43b84 100644 --- a/src/openrct2/ride/TrackPaint.h +++ b/src/openrct2/ride/TrackPaint.h @@ -9,8 +9,8 @@ #pragma once -#include "../../paint/Boundbox.h" #include "../common.h" +#include "../paint/Boundbox.h" #include "../paint/Paint.h" #include "../paint/Supports.h" #include "../paint/tile_element/Paint.TileElement.h"