aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp/Usage.h
diff options
context:
space:
mode:
authorcathook <b01902109@csie.ntu.edu.tw>2014-05-01 05:15:29 +0800
committercathook <b01902109@csie.ntu.edu.tw>2014-05-01 05:15:29 +0800
commitb05f1bc3bc1a0f3316b755f8c2a9acab562614ad (patch)
treeb9cfb60aa2df3e2a891f3f78ab5166adea3d8cf1 /meowpp/Usage.h
parent5e989019d254dfc2e7ca8f3c6a8dc6507cd0efaf (diff)
downloadmeow-b05f1bc3bc1a0f3316b755f8c2a9acab562614ad.tar
meow-b05f1bc3bc1a0f3316b755f8c2a9acab562614ad.tar.gz
meow-b05f1bc3bc1a0f3316b755f8c2a9acab562614ad.tar.bz2
meow-b05f1bc3bc1a0f3316b755f8c2a9acab562614ad.tar.lz
meow-b05f1bc3bc1a0f3316b755f8c2a9acab562614ad.tar.xz
meow-b05f1bc3bc1a0f3316b755f8c2a9acab562614ad.tar.zst
meow-b05f1bc3bc1a0f3316b755f8c2a9acab562614ad.zip
add math
Diffstat (limited to 'meowpp/Usage.h')
-rw-r--r--meowpp/Usage.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/meowpp/Usage.h b/meowpp/Usage.h
index 60be936..801b11c 100644
--- a/meowpp/Usage.h
+++ b/meowpp/Usage.h
@@ -1,5 +1,7 @@
-#ifndef USAGE_H_
-#define USAGE_H_
+#ifndef Usage_H__
+#define Usage_H__
+
+#include <cstdlib>
#include <string>
#include <vector>
@@ -155,4 +157,4 @@ namespace meow{
#include "Usage.hpp"
-#endif // USAGE_H_
+#endif // Usage_H__