From 84e7c726c97b1ecc2b9b5dcfff586a02a084a349 Mon Sep 17 00:00:00 2001 From: Brener Date: Fri, 22 Oct 2021 09:38:59 +0200 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;