Renamed Parser.h -> LX_Parser.h
Was causing issues with intelisense in VSC due to a Windows.h file named Parser.h having priority
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include <Util.h>
|
||||
|
||||
#include <Parser.h>
|
||||
#include <LX_Parser.h>
|
||||
|
||||
namespace PashaBibko::LXC::Internal
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user