diff --git a/src/lib/common/CMakeLists.txt b/src/lib/common/CMakeLists.txt index abc18cb25..5787747b1 100644 --- a/src/lib/common/CMakeLists.txt +++ b/src/lib/common/CMakeLists.txt @@ -8,7 +8,7 @@ add_library(common STATIC IInterface.h StdDeque.h StdExcept.h - stdistream.h + StdIStream.h stdlist.h stdmap.h stdostream.h diff --git a/src/lib/common/stdistream.h b/src/lib/common/StdIStream.h similarity index 100% rename from src/lib/common/stdistream.h rename to src/lib/common/StdIStream.h diff --git a/src/lib/server/Config.cpp b/src/lib/server/Config.cpp index a1c93099c..8797afdbb 100644 --- a/src/lib/server/Config.cpp +++ b/src/lib/server/Config.cpp @@ -8,7 +8,7 @@ #include "server/Config.h" #include "base/IEventQueue.h" -#include "common/stdistream.h" +#include "common/StdIStream.h" #include "common/stdostream.h" #include "deskflow/KeyMap.h" #include "deskflow/KeyTypes.h"