Skip to content

Commit

Permalink
fixup windows compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeck88 committed Jun 29, 2014
1 parent 9ba544c commit e5b9574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/events.cpp
Expand Up @@ -22,7 +22,7 @@
#include "sound.hpp"
#include "video.hpp"
#if defined _WIN32
#include "windows_tray_notification.hpp"
#include "notifications/windows_tray_notification.hpp"
#endif

#include "SDL.h"
Expand Down

0 comments on commit e5b9574

Please sign in to comment.