Skip to content

Commit

Permalink
Fixed compile errors for v120 platform tool set
Browse files Browse the repository at this point in the history
  • Loading branch information
sieukrem committed Jan 2, 2018
1 parent a96e733 commit 80da72e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion common/ActiveScriptSiteDebug.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "ActiveScriptSiteDebug.h"
#include <strsafe.h>
#include <shlwapi.h>
#include "SysStr.h"

Expand Down
1 change: 1 addition & 0 deletions common/SysStr.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once

#include "oleauto.h"
#include <tchar.h>
#include <strsafe.h>

class SysStr{
Expand Down

0 comments on commit 80da72e

Please sign in to comment.