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 57872ee commit fd7a41cCopy full SHA for fd7a41c
sakura_core/basis/CStrictRect.h
@@ -27,6 +27,8 @@
27
#define SAKURA_CSTRICTRECT_B41F0F96_8886_4ED1_B6FE_1B4EA70F58D8_H_
28
#pragma once
29
30
+#include "util/std_macro.h"
31
+
32
template <class INT_TYPE, class POINT_TYPE> class CStrictRect{
33
private:
34
typedef CStrictRect<INT_TYPE, POINT_TYPE> Me;
0 commit comments