Skip to content

Commit

Permalink
Fixed filePathList include not found.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciusDXL committed Sep 22, 2023
1 parent c837447 commit 0b362ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TheForceEngine/TFE_A11y/accessibility.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#include <map>

#include "accessibility.h"
#include <filePathList.h>
#include <TFE_A11y/filePathList.h>
#include <TFE_FileSystem/filestream.h>
#include <TFE_FileSystem/fileutil.h>
#include <TFE_FrontEndUI/console.h>
Expand Down
2 changes: 1 addition & 1 deletion TheForceEngine/TFE_A11y/accessibility.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#include <string>
#include <vector>
#include <TFE_System/system.h>
#include <filePathList.h>
#include <TFE_A11y/filePathList.h>
using std::string;

namespace TFE_A11Y {
Expand Down

0 comments on commit 0b362ea

Please sign in to comment.