diff options
author | Andrew Stitcher <astitcher@apache.org> | 2009-08-03 20:45:46 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2009-08-03 20:45:46 +0000 |
commit | db1d04c9bd1595523d3b13bc58471040ac643c2c (patch) | |
tree | a29a5453fffa71fadecf13b354027906339ad8d2 /cpp/src | |
parent | 2e29d2718ebf0082b09dfc67639f9152908f6400 (diff) | |
download | qpid-python-db1d04c9bd1595523d3b13bc58471040ac643c2c.tar.gz |
Fixed missing #include lines
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@800555 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/qrsh.cpp | 2 | ||||
-rw-r--r-- | cpp/src/tests/qrsh_server.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/tests/qrsh.cpp b/cpp/src/tests/qrsh.cpp index 6b4240ce30..2d71b600d5 100644 --- a/cpp/src/tests/qrsh.cpp +++ b/cpp/src/tests/qrsh.cpp @@ -26,7 +26,7 @@ #include <qpid/client/MessageListener.h> #include <qpid/client/SubscriptionManager.h> - +#include <stdio.h> #include <cstdlib> #include <iostream> diff --git a/cpp/src/tests/qrsh_server.cpp b/cpp/src/tests/qrsh_server.cpp index ab715801c9..4b80212eae 100644 --- a/cpp/src/tests/qrsh_server.cpp +++ b/cpp/src/tests/qrsh_server.cpp @@ -19,7 +19,7 @@ * */ - +#include <stdio.h> #include <unistd.h> #include <cstdlib> #include <iostream> |