aboutsummaryrefslogtreecommitdiffstats
path: root/meowpp/colors/YUV.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'meowpp/colors/YUV.hpp')
-rw-r--r--meowpp/colors/YUV.hpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/meowpp/colors/YUV.hpp b/meowpp/colors/YUV.hpp
index 6847160..9763d2c 100644
--- a/meowpp/colors/YUV.hpp
+++ b/meowpp/colors/YUV.hpp
@@ -1,6 +1,12 @@
-#include <algorithm>
+#include "YUV.h"
+
#include "RGB.h"
-#include "../utility.h"
+
+#include "../math/utility.h"
+
+#include <cstdlib>
+
+#include <algorithm>
namespace meow{
template<class T>