Skip to content

Commit

Permalink
fixup includes in clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 19, 2014
1 parent 9b47569 commit cec386a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/clipboard.cpp
Expand Up @@ -19,6 +19,7 @@
#include "clipboard.hpp"
#include <algorithm>

#include <SDL_events.h>
#include <SDL_version.h>

#if SDL_VERSION_ATLEAST(2,0,0)
Expand Down
3 changes: 2 additions & 1 deletion src/clipboard.hpp
Expand Up @@ -18,7 +18,8 @@
#define CLIPBOARD_HPP_INCLUDED

#include <string>
#include "SDL.h"

union SDL_Event;

/**
* Copies text to the clipboard.
Expand Down

0 comments on commit cec386a

Please sign in to comment.