diff options
author | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-08-09 06:24:46 +0000 |
---|---|---|
committer | Johnny Willemsen <jwillemsen@remedy.nl> | 2007-08-09 06:24:46 +0000 |
commit | 4948aa37c6f9b7cab8372b48d66f22e63b3005f7 (patch) | |
tree | 8567f0f9b86509b7a0c97608fa229b916488462e /TAO/tests/RTCORBA/Diffserv | |
parent | 3a39c863244f3c866f9dfd801418857e860d2880 (diff) | |
download | ATCD-4948aa37c6f9b7cab8372b48d66f22e63b3005f7.tar.gz |
Diffstat (limited to 'TAO/tests/RTCORBA/Diffserv')
-rw-r--r-- | TAO/tests/RTCORBA/Diffserv/client.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/TAO/tests/RTCORBA/Diffserv/client.cpp b/TAO/tests/RTCORBA/Diffserv/client.cpp index de05c12ac7f..7ea1f7942fe 100644 --- a/TAO/tests/RTCORBA/Diffserv/client.cpp +++ b/TAO/tests/RTCORBA/Diffserv/client.cpp @@ -7,6 +7,7 @@ #include "Custom_Network_Priority_Mapping.h" #include "ace/Get_Opt.h" #include "tao/Policy_ManagerC.h" +#include "tao/Policy_CurrentC.h" static const char *ior = "file://simple_servant.ior"; static int iterations = 1; |