Skip to content

Commit

Permalink
Fix header inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
sincos2854 committed May 12, 2024
1 parent 8160bf2 commit 97f0db9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion ifswp2cm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// Licensed under the MIT License

#include <memory>
#include <string>
#include "common.h"
#include "ifswp2cm.h"
#include "wp2/decode.h"
Expand Down
3 changes: 2 additions & 1 deletion ifswp2cm.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

#pragma once

#include <string>
#include "spi00in.h"
#include "version.h"

Expand All @@ -13,7 +14,7 @@
#define PLUGIN_INFO3 L"*" EXTENSION1
#define PLOGIN_INFO4 L"WebP 2 file(*" EXTENSION1 L")"

static const wchar_t* plugin_info[] = {
static const wchar_t* plugin_info[]{
L"00IN",
COPYRIGHT,
PLUGIN_INFO3,
Expand Down

0 comments on commit 97f0db9

Please sign in to comment.