|  | @@ -1,5 +1,6 @@
 | 
	
		
			
				|  |  |  #include "math/Vector.h"
 | 
	
		
			
				|  |  |  #include "rendering/Framebuffer.h"
 | 
	
		
			
				|  |  | +#include "rendering/GL.h"
 | 
	
		
			
				|  |  |  #include "rendering/Window.h"
 | 
	
		
			
				|  |  |  #include "tests/ArrayListTests.h"
 | 
	
		
			
				|  |  |  #include "tests/ArrayTests.h"
 | 
	
	
		
			
				|  | @@ -27,7 +28,6 @@
 | 
	
		
			
				|  |  |  #include "tests/UniquePointerTests.h"
 | 
	
		
			
				|  |  |  #include "tests/VectorTests.h"
 | 
	
		
			
				|  |  |  #include "utils/Logger.h"
 | 
	
		
			
				|  |  | -#include "wrapper/GL.h"
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  static int ticks = 40;
 | 
	
		
			
				|  |  |  
 |