Skip to content

Commit

Permalink
gcc and Windows fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardnormier committed Oct 6, 2024
1 parent e4438bc commit edb35be
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions cpp/include/Ice/Object.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "ObjectF.h"
#include "OutgoingResponse.h"

#include <functional>
#include <string_view>

namespace Ice
Expand Down
1 change: 1 addition & 0 deletions cpp/include/Ice/Proxy.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
#include "RequestHandlerF.h"

#include <chrono>
#include <functional>
#include <future>
#include <iosfwd>
#include <optional>
Expand Down
1 change: 1 addition & 0 deletions cpp/src/Ice/BatchRequestQueue.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "Ice/OutputStream.h"

#include <condition_variable>
#include <functional>
#include <mutex>

namespace IceInternal
Expand Down
1 change: 1 addition & 0 deletions cpp/src/Ice/msbuild/ice/ice.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
<ClCompile Include="..\..\MarshaledResult.cpp" />
<ClCompile Include="..\..\Properties.cpp" />
<ClCompile Include="..\..\ProxyAsync.cpp" />
<ClCompile Include="..\..\ProxyFunctions.cpp" />
<ClCompile Include="..\..\RequestHandlerCache.cpp" />
<ClCompile Include="..\..\SSL\DistinguishedName.cpp" />
<ClCompile Include="..\..\SSL\RFC2253.cpp" />
Expand Down
3 changes: 3 additions & 0 deletions cpp/src/Ice/msbuild/ice/ice.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,9 @@
<ClCompile Include="..\..\ProxyAsync.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\ProxyFunctions.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="..\..\TimeUtil.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down

0 comments on commit edb35be

Please sign in to comment.