Skip to content

Commit

Permalink
Add <vector> and <string> headers to LNamespaces.h
Browse files Browse the repository at this point in the history
  • Loading branch information
ehopperdietzel committed Dec 18, 2023
1 parent 3ce8bd9 commit d69b475
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib/core/LNamespaces.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

#include <protocols/Wayland/wayland.h>
#include <list>
#include <vector>
#include <memory>
#include <string>

#define LOUVRE_MAX_SURFACE_SIZE 10000000
#define LOUVRE_GLOBAL_ITERS_BEFORE_DESTROY 5
Expand Down
1 change: 1 addition & 0 deletions src/lib/core/LOutput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
#include <LTime.h>
#include <LLog.h>
#include <LOutputFramebuffer.h>
#include <string>

using namespace Louvre;

Expand Down

0 comments on commit d69b475

Please sign in to comment.