Skip to content

Commit

Permalink
Fix build on MSVC.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrfonseca committed Jul 9, 2012
1 parent 41b89a5 commit 2f7a65c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions wrappers/gltrace_state.cpp
Expand Up @@ -28,7 +28,11 @@
#include <assert.h>

#include <map>
#if defined(_MSC_VER)
#include <memory>
#else
#include <tr1/memory>
#endif

#include <gltrace.hpp>
#include <os_thread.hpp>
Expand Down

0 comments on commit 2f7a65c

Please sign in to comment.