Skip to content

Commit

Permalink
Merge pull request #678 from d235j/add-missing-includes
Browse files Browse the repository at this point in the history
Add missing includes masked by PCH
  • Loading branch information
azonenberg authored Jan 29, 2024
2 parents 9fcea6b + 64419eb commit 8042843
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/ngscopeclient/FontManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@
#ifndef FontManager_h
#define FontManager_h

#include <map>

class PreferenceCategory;

//pair of (font file, size)
Expand Down
2 changes: 2 additions & 0 deletions src/ngscopeclient/Preference.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,14 @@
#ifndef Preference_h
#define Preference_h

#include <algorithm>
#include <string>
#include <type_traits>
#include <utility>
#include <type_traits>
#include <cstdint>
#include <set>
#include <vector>

#include <imgui.h>

Expand Down

0 comments on commit 8042843

Please sign in to comment.