Skip to content

Commit 11596b6

Browse files
committed
missing include
1 parent 13b712e commit 11596b6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/polyscope/context.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
#pragma once
44

5+
#include <polyscope/pick.h>
56
#include <polyscope/types.h>
67
#include <polyscope/weak_handle.h>
7-
#include <polyscope/pick.h>
88

99
#include <glm/glm.hpp>
1010
#include <glm/gtx/dual_quaternion.hpp>
@@ -15,6 +15,7 @@
1515
#include <memory>
1616
#include <set>
1717
#include <string>
18+
#include <unordered_map>
1819
#include <unordered_set>
1920
#include <vector>
2021

0 commit comments

Comments
 (0)