We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b443542 commit 165712fCopy full SHA for 165712f
modules/Shell/Shell.hpp
@@ -1,5 +1,9 @@
1
#pragma once
2
3
+#ifdef _WIN32
4
+#include <windows.h>
5
+#endif
6
+
7
#include "ModuleCmd.hpp"
8
9
class Shell : public ModuleCmd
0 commit comments