diff options
Diffstat (limited to '3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.h')
-rw-r--r-- | 3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.h b/3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.h index 8b5232b3fc2..16f045803e4 100644 --- a/3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.h +++ b/3rdparty/lzma/CPP/7zip/UI/Console/UserInputUtils.h @@ -1,9 +1,9 @@ // UserInputUtils.h -#ifndef __USERINPUTUTILS_H -#define __USERINPUTUTILS_H +#ifndef __USER_INPUT_UTILS_H +#define __USER_INPUT_UTILS_H -#include "Common/StdOutStream.h" +#include "../../../Common/StdOutStream.h" namespace NUserAnswerMode { |