Skip to content

Commit 3da9c56

Browse files
committed
Fixed same definition
1 parent 487073a commit 3da9c56

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

example.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66

77
#include "inputplusplus.h"
88
#include <iostream>
9+
#include <string>
10+
911
int main() {
1012
if(inputplusplus::EchoGetInput(INPUT_PP_SPACE) == true) {
1113
std::cout << "Space\n";

inputplusplus.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
#define INPUT_PP_E_ACUTE 130
121121
#define INPUT_PP_A_CIRCUMFLEX 131
122122
#define INPUT_PP_A_UMLAUT 132
123-
#define INPUT_PP_GRAVE_ACCENT 133
123+
#define INPUT_PP_LETTER_A_GRAVE_ACCENT 133
124124
#define INPUT_PP_LETTER_A_WITH_RING 134
125125
#define INPUT_PP_MINUSCULE_C_CEDILLA 135
126126
#define INPUT_PP_E_CIRCUMFLEX 136

0 commit comments

Comments
 (0)