Skip to content

Commit

Permalink
Compile fixes - add missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
UffeJakobsen authored and eranif committed Mar 22, 2024
1 parent 95aac76 commit 6ce0ade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions LiteEditor/app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@
#include "pluginmanager.h"
#include "procutils.h"
#include "singleinstancethreadjob.h"
#include "exelocator.h"
#include "stack_walker.h"

#include <wx/imagjpeg.h>
#include <wx/persist.h>
Expand Down
1 change: 1 addition & 0 deletions LiteEditor/manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
#include "threadlistpanel.h"
#include "workspacetab.h"
#include "wxCodeCompletionBoxManager.h"
#include "exelocator.h"

#include <unordered_map>
#include <unordered_set>
Expand Down

0 comments on commit 6ce0ade

Please sign in to comment.