Skip to content

Commit

Permalink
Fix missing include on Windows. (flutter#5313)
Browse files Browse the repository at this point in the history
  • Loading branch information
chinmaygarde authored May 18, 2018
1 parent 99a1dde commit ef7a459
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fml/platform/win/message_loop_win.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

#include "flutter/fml/platform/win/message_loop_win.h"

#include "flutter/fml/logging.h"

namespace fml {

MessageLoopWin::MessageLoopWin()
Expand Down

0 comments on commit ef7a459

Please sign in to comment.