aboutsummaryrefslogtreecommitdiff
path: root/src/graph/graph.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graph/graph.hpp')
-rw-r--r--src/graph/graph.hpp8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/graph/graph.hpp b/src/graph/graph.hpp
index bad5b6d0..af14cc50 100644
--- a/src/graph/graph.hpp
+++ b/src/graph/graph.hpp
@@ -1,9 +1,13 @@
#pragma once
#include "pre.hpp"
+#include <d2d1_2.h>
+#include <dxgi1_2.h>
+#include <d3d11.h>
+#include <dwrite.h>
+#include <wrl/client.h>
#include <functional>
#include <memory>
-#include "system_headers.hpp"
#include "base.hpp"
@@ -101,7 +105,7 @@ class GraphManager final : public Object {
Microsoft::WRL::ComPtr<IDWriteFontCollection> GetSystemFontCollection()
const {
- return dwrite_system_font_collection_.Get();
+ return dwrite_system_font_collection_;
}
private: