fixes cause of updated smath

Signed-off-by: Slendi <slendi@socopon.com>
This commit is contained in:
2026-07-03 04:15:23 +03:00
parent 10f95f61d5
commit de27aa8571
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
#include <libudev.h>
#include <linux/input-event-codes.h>
#include <smath.hpp>
#include <smath/smath.hpp>
#include "Util.h"
#include "VulkanRenderer.h"
+1 -1
View File
@@ -12,7 +12,7 @@
#include <linux/input-event-codes.h>
#include <openxr/openxr.h>
#include "smath.hpp"
#include <smath/smath.hpp>
#include "Loader.h"
#include "Logger.h"
+1 -1
View File
@@ -1,6 +1,6 @@
#pragma once
#include <smath.hpp>
#include <smath/smath.hpp>
namespace Lunar::Colors {
+1 -1
View File
@@ -5,7 +5,7 @@
#include <cstdint>
#include <vector>
#include <smath.hpp>
#include <smath/smath.hpp>
#include <vk_mem_alloc.h>
#include <vulkan/vulkan.hpp>
+1 -1
View File
@@ -14,7 +14,7 @@
#include <SDL3/SDL_video.h>
#include <VkBootstrap.h>
#include <smath.hpp>
#include <smath/smath.hpp>
#include <vk_mem_alloc.h>
#include <vulkan/vulkan.hpp>