Commit 846040bee9413a1b7f5fbd004bc6504503542c8f

Authored by Pavel Govyadinov
1 parent 63fcb5c8

working version

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
gl/gl_texture.h
... ... @@ -17,8 +17,8 @@ includes not necessary (yet)
17 17 #include <iostream>
18 18 #include <vector>
19 19 #include "../grids/image_stack.h"
20   -//#include <GL/glut.h>
21   -#include <GL/glext.h>
  20 +#include <GL/glut.h>
  21 +//#include <GL/glext.h>
22 22 #include "./error.h"
23 23 namespace stim{
24 24  
... ...