Some typo fixes
[clouds.git] / program.hpp
index 3fa88791b1d871ba355306036246aca5e852fe67..ae3eb3f8c14c9ca433462c88007be5513799a55f 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef PROGRAM_HPP
 #define PROGRAM_HPP
 #include <string>
-#include <GL/glew.h>
+#include <GLUT/glut.h>
 class Program {
        public:
                Program(const std::string vert, const std::string frag);