Skip to content

Commit

Permalink
Add missing include
Browse files Browse the repository at this point in the history
    * TAO/tao/DynamicAny/DynValue_i.h:
  • Loading branch information
jwillemsen committed May 21, 2024
1 parent 7f32588 commit 18dc6f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TAO/tao/DynamicAny/DynValue_i.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
# pragma once
#endif /* ACE_LACKS_PRAGMA_ONCE */

#include <vector>

#if defined (_MSC_VER)
# pragma warning(push)
# pragma warning (disable:4250)
Expand Down

0 comments on commit 18dc6f8

Please sign in to comment.