From 1187e56ba5dca6f3e0ef48d04b37331dab50e563 Mon Sep 17 00:00:00 2001
From: mae <qtc-committer@nokia.com>
Date: Mon, 5 Jan 2009 18:28:56 +0100
Subject: [PATCH] added missing cassert include

---
 shared/cplusplus/PrettyPrinter.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/shared/cplusplus/PrettyPrinter.cpp b/shared/cplusplus/PrettyPrinter.cpp
index 7664d5b6d40..d6addb855b0 100644
--- a/shared/cplusplus/PrettyPrinter.cpp
+++ b/shared/cplusplus/PrettyPrinter.cpp
@@ -35,6 +35,7 @@
 #include "AST.h"
 #include <iostream>
 #include <string>
+#include <cassert>
 
 CPLUSPLUS_USE_NAMESPACE
 
-- 
GitLab