diff options
author | Nuno Santos <nsantos@apache.org> | 2008-06-06 21:32:17 +0000 |
---|---|---|
committer | Nuno Santos <nsantos@apache.org> | 2008-06-06 21:32:17 +0000 |
commit | 6d9c5e241dc9fc3d45c20bfa0b96c53f3e94a608 (patch) | |
tree | 4231b24224d518eea40d1b065d6ed1456f254ea4 /cpp/src | |
parent | b62f47465b2c749d0c0278621d563db07c43015f (diff) | |
download | qpid-python-6d9c5e241dc9fc3d45c20bfa0b96c53f3e94a608.tar.gz |
add missing header
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@664139 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 401488345e..9891f225cb 100644 --- a/cpp/src/Makefile.am +++ b/cpp/src/Makefile.am @@ -353,6 +353,7 @@ nobase_include_HEADERS = \ qpid/RangeSet.h \ qpid/RefCounted.h \ qpid/SessionId.h \ + qpid/SessionState.h \ qpid/SharedObject.h \ qpid/StringUtils.h \ qpid/Url.h \ |