Start: Allow system Microsoft GSL to be used

This commit is contained in:
Chris Mayo
2024-04-24 14:23:21 -05:00
committed by Chris Hennes
parent 1ec93fdbc2
commit b509511f44
6 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
#include <Base/Interpreter.h>
#include <Gui/Application.h>
#include <Gui/Command.h>
#include <3rdParty/GSL/include/gsl/pointers>
#include <gsl/pointers>
using namespace StartGui;