Skip to content

Commit

Permalink
Fix compilation with SDL2.
Browse files Browse the repository at this point in the history
Commit cec386a broke compilation due to
removing an required include.
  • Loading branch information
mordante committed Jun 21, 2014
1 parent 1554374 commit f574695
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/clipboard.cpp
Expand Up @@ -24,6 +24,8 @@

#if SDL_VERSION_ATLEAST(2,0,0)

#include <SDL_clipboard.h>

#define CLIPBOARD_FUNCS_DEFINED

/*
Expand Down

0 comments on commit f574695

Please sign in to comment.