Add missing mxtypes.h include for MxBool in orbitcamera.h

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Christian Semmler 2026-03-13 18:13:26 -07:00
parent ede39a8bde
commit 577fa09a3b
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C

View File

@ -1,6 +1,7 @@
#pragma once #pragma once
#include "mxgeometry/mxgeometry3d.h" #include "mxgeometry/mxgeometry3d.h"
#include "mxtypes.h"
#include <SDL3/SDL_stdinc.h> #include <SDL3/SDL_stdinc.h>