aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp/colors/HSV.h
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp/colors/HSV.h')
-rw-r--r--meowpp/colors/HSV.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/meowpp/colors/HSV.h b/meowpp/colors/HSV.h
index c28cb83..fe3c70d 100644
--- a/meowpp/colors/HSV.h
+++ b/meowpp/colors/HSV.h
@@ -1,10 +1,12 @@
-#ifndef HSV_H_
-#define HSV_H_
+#ifndef colors_HSV_H_
+#define colors_HSV_H_
#include "RGB.h"
#include "YUV.h"
#include "HSL.h"
+#include <cstdlib>
+
namespace meow{
template<class T>
class HSV{
@@ -68,4 +70,4 @@ namespace meow{
#include "HSV.hpp"
-#endif // HSV_H_
+#endif // colors_HSV_H_