fork download
  1. #include <stdio.h>
  2. //#include <GL/gl.h>
  3. #include <GL/glu.h>
  4. #include <GL/glut.h>
  5. #include <vector>
  6. #include <algorithm>
  7. #include <iostream>
  8. #include <graphics.h>
  9. #include "Unit1.h"
  10. #include <windows.h>
  11. #include <GL/gl.h>
  12. #include <GL/glu.h>
  13. #include <GL/glut.h>
  14. #include <vcl.h>
  15.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
prog.cpp:3:20: fatal error: GL/glu.h: No such file or directory
 #include <GL/glu.h>
                    ^
compilation terminated.
stdout
Standard output is empty