diff options
Diffstat (limited to 'cpp/src/tests/ValueTest.cpp')
-rw-r--r-- | cpp/src/tests/ValueTest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/ValueTest.cpp b/cpp/src/tests/ValueTest.cpp index 2d1fc45461..7e767b8559 100644 --- a/cpp/src/tests/ValueTest.cpp +++ b/cpp/src/tests/ValueTest.cpp @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -#include "../framing/Value.h" +#include "qpid/framing/Value.h" #include "qpid_test_plugin.h" using namespace qpid::framing; |