fix missing include (#185)
Some checks failed
Build / build (ubuntu-latest) (push) Failing after 24s
Build / build (windows-latest) (push) Has been cancelled

This commit is contained in:
Quentin 2024-08-19 19:19:35 +02:00 committed by GitHub
parent 59fb44fc10
commit 21cbc2076b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,4 +1,5 @@
#pragma once
#include "rage/vector.hpp"
namespace rage
{