From b908567a33ef5f5640c98ff0b10e03d6a214d41c Mon Sep 17 00:00:00 2001 From: Kelly Kinkade Date: Fri, 10 Jan 2025 18:38:57 -0600 Subject: [PATCH] add missing include --- GUI.h | 1 + 1 file changed, 1 insertion(+) diff --git a/GUI.h b/GUI.h index 1bee4797..a403f76a 100644 --- a/GUI.h +++ b/GUI.h @@ -1,6 +1,7 @@ #pragma once #include "common.h" +#include void ScreenToPoint(int x,int y,int &x1, int &y1, int &z1); void pointToScreen(int *inx, int *iny, int inz);