From 3018e4c60f015e2d185b445ddad2cd6f8ca38817 Mon Sep 17 00:00:00 2001 From: Brener Date: Mon, 29 Nov 2021 13:27:44 +0100 Subject: [PATCH] Including stdexcept in order to make retargeting to VS19 work --- DirectXTK/Src/Geometry.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/DirectXTK/Src/Geometry.cpp b/DirectXTK/Src/Geometry.cpp index 91a4188..518b9aa 100644 --- a/DirectXTK/Src/Geometry.cpp +++ b/DirectXTK/Src/Geometry.cpp @@ -14,6 +14,7 @@ #include "pch.h" #include "Geometry.h" #include "Bezier.h" +#include using namespace DirectX;