Skip to content

Commit bcc6b27

Browse files
fix: bad header (#191)
1 parent 4619c9e commit bcc6b27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Message.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
// Message.h
22
#ifndef AB_MESSAGE_H
33
#define AB_MESSAGE_H
4+
#include "Common.h"
45
#include "ItemTemplate.h"
56
#include <string>
6-
#include <unordered_map>
77

88
std::string ABGetLocaleText(LocaleConstant locale, const std::string& titleType);
99

0 commit comments

Comments
 (0)