Skip to content

Commit

Permalink
missing includes
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Oct 7, 2023
1 parent b250922 commit 21ea43f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/polyscope/fullscreen_artist.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <set>
#include <string>
#include <vector>

#include "polyscope/weak_handle.h"

Expand Down
1 change: 1 addition & 0 deletions include/polyscope/render/materials.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#pragma once

#include <array>
#include <functional>
#include <iostream>
#include <map>
#include <memory>
Expand Down
1 change: 1 addition & 0 deletions include/polyscope/weak_handle.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#pragma once

#include <memory>
#include <stdexcept>

namespace polyscope {

Expand Down
1 change: 1 addition & 0 deletions src/fullscreen_artist.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright 2017-2023, Nicholas Sharp and the Polyscope contributors. https://polyscope.run

#include <algorithm>

#include "polyscope/fullscreen_artist.h"

Expand Down

0 comments on commit 21ea43f

Please sign in to comment.