Skip to content

Commit

Permalink
build(sdleventreceiver): fix build error on macOS
Browse files Browse the repository at this point in the history
Signed-off-by: pingkai <pingkai010@gmail.com>
  • Loading branch information
pingkai committed Jun 4, 2020
1 parent b26f337 commit 32d9f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmdline/SDLEventReceiver.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
// Created by moqi on 2019/12/11.
//

#include "SDLEventReceiver.h"
#include <SDL2/SDL_syswm.h>
#include <utils/frame_work_log.h>
#include <utils/timer.h>
#include "SDLEventReceiver.h"
#include "SDL_syswm.h"

SDLEventReceiver::SDLEventReceiver(IEventReceiver::Listener &listener) : IEventReceiver(listener) {
}
Expand Down

0 comments on commit 32d9f18

Please sign in to comment.