Browse Source

Fix windows build

pull/6/head
falkTX 9 years ago
parent
commit
0d627da6d7
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      dgl/src/pugl/pugl_win.cpp

+ 3
- 2
dgl/src/pugl/pugl_win.cpp View File

@@ -18,13 +18,14 @@
@file pugl_win.cpp Windows/WGL Pugl Implementation.
*/

#include <winsock2.h>
#include <windows.h>
#include <windowsx.h>
#include <GL/gl.h>

#include <ctime>
#include <stdio.h>
#include <stdlib.h>
#include <cstdio>
#include <cstdlib>

#include "pugl/pugl_internal.h"



Loading…
Cancel
Save