Skip to content

Commit

Permalink
add missing headers required on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
eranif committed Apr 16, 2024
1 parent 0220080 commit 47a88e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions DebugAdapterClient/DAPTextView.cpp
Expand Up @@ -6,6 +6,7 @@
#include "event_notifier.h"
#include "globals.h"
#include "imanager.h"
#include "clAuiBook.hpp"

namespace
{
Expand Down
1 change: 1 addition & 0 deletions DebugAdapterClient/DebugAdapterClient.cpp
Expand Up @@ -51,6 +51,7 @@
#include "globals.h"
#include "macromanager.h"
#include "processreaderthread.h"
#include "clAuiBook.hpp"

#include <wx/aui/framemanager.h>
#include <wx/filename.h>
Expand Down
1 change: 1 addition & 0 deletions LanguageServer/LanguageServerCluster.cpp
Expand Up @@ -24,6 +24,7 @@
#include "macromanager.h"
#include "macros.h"
#include "wxCodeCompletionBoxManager.h"
#include "clAuiBook.hpp"

#if USE_SFTP
#include "clSFTPManager.hpp"
Expand Down

0 comments on commit 47a88e3

Please sign in to comment.