add #include <bit> for rotl and rotr

This commit is contained in:
Sven Balzer 2025-03-26 22:44:21 +01:00
parent e129469b08
commit 9480d4e2a7

View File

@ -1,5 +1,6 @@
#include <stdio.h>
#include <stdint.h>
#include <bit>
#include <SDL3/SDL.h>
#include <imgui.h>
#include <imgui_internal.h>