Skip to content

Commit

Permalink
#54 : Add necessary include clause
Browse files Browse the repository at this point in the history
  • Loading branch information
Shinya Takeuchi committed Dec 29, 2018
1 parent 014a6d0 commit 6476ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/stkfw/MyMsgProc.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#pragma once
#include <Windows.h>

class MyMsgProc
{
Expand Down
1 change: 1 addition & 0 deletions src/stkfw/server/ApiObj.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <cwchar>
#include "ApiObj.h"
#include "ApiObj_Thread.h"
#include "ApiObj_Log.h"
Expand Down

0 comments on commit 6476ec7

Please sign in to comment.