summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Mitz <mitza@objectcomputing.com>2021-11-11 16:56:16 -0600
committerGitHub <noreply@github.com>2021-11-11 16:56:16 -0600
commit78e31e35bbc7d1ddc288b26d257f606af978655e (patch)
treeea42235649022bf369e1192ab78d16ef6fda9f7d
parentdb323998e5c17529ea8bda371bdaaaa2e118151b (diff)
parent026a87c8d9d1ce03c09d77e8c1fb99eb7d6af666 (diff)
downloadATCD-78e31e35bbc7d1ddc288b26d257f606af978655e.tar.gz
Merge pull request #1727 from mitza-oci/master
Notify svc: Fixed include
-rw-r--r--TAO/orbsvcs/orbsvcs/Notify/Property_T.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/orbsvcs/orbsvcs/Notify/Property_T.cpp b/TAO/orbsvcs/orbsvcs/Notify/Property_T.cpp
index 3befe5193ec..b22c6be82d5 100644
--- a/TAO/orbsvcs/orbsvcs/Notify/Property_T.cpp
+++ b/TAO/orbsvcs/orbsvcs/Notify/Property_T.cpp
@@ -9,7 +9,7 @@
#include "orbsvcs/Notify/PropertySeq.h"
-#include "orbsvcs/orbsvcs/NotifyExtC.h"
+#include "orbsvcs/NotifyExtC.h"
TAO_BEGIN_VERSIONED_NAMESPACE_DECL