Index: trunk/BNC/CHANGELOG.md
===================================================================
--- trunk/BNC/CHANGELOG.md	(revision 10264)
+++ trunk/BNC/CHANGELOG.md	(revision 10265)
@@ -1,15 +1,18 @@
 # Changelog
 
-## 2.13.0 (2023-07-)
-- ADDED: **RINEX Version 4** support; in navigation files currently the EPH message type is considerred only
-- ADDED: PPP Client upgrade
-- ADDED: Support of Ntrip version 2.0 Upload including TLS
-- ADDED: Multi-GNSS Satellite clock combination
-- ADDED: Code bias considerration in satellite clock combination
-- ADDED: Satellite clock combination results include code biases
+## 2.13.0 (2023-12-01)
+- ADDED: **RINEX Version 4 Support** (in navigation files currently the EPH message type is considerred only)
+- ADDED: **PPP Client Upgrade**
+- ADDED: Multi-GNSS-PPP using uncombined code and/or phase data of two frequencies
+- ADDED: Multi-GNSS-PPP using uncombined code and/or phase data of one frequency
+- ADDED: Ionospheric constraints in form of pseudo observations can be added
+- ADDED: **Ntrip Version 2.0 Upload including TLS**
+- ADDED: **Multi-GNSS Satellite Clock Combination**
+- ADDED: Individual code biases will be considerred befor satellite clock are combined
+- ADDED: Satellite clock combination result includes code biases
 - ADDED: Ephemerides upload for different systems in parallel
-- ADDED: Multi-GNSS SP3, Clock RINEX and SINEX Bias support
+- ADDED: **Multi-GNSS SP3, Clock RINEX and SINEX Bias** support
 - ADDED: QC multipath analysis for more than two signals
-- ADDED: Transition from Qt4 to Qt5
+- ADDED: Transition from Qt4 to **Qt5**
 
 
Index: trunk/BNC/src/PPP/pppRefSat.h
===================================================================
--- trunk/BNC/src/PPP/pppRefSat.h	(revision 10264)
+++ trunk/BNC/src/PPP/pppRefSat.h	(revision 10265)
@@ -10,4 +10,5 @@
 
 #include <vector>
+#include <QMap>
 #include "t_prn.h"
 
