Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: intel/parameter-framework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 432af364fe422d593443e3b4b52bcace78b1da45
Choose a base ref
..
head repository: intel/parameter-framework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2e4e3ba93caebe0fe1f8335361ca375d0085e33c
Choose a head ref
Showing with 3 additions and 1 deletion.
  1. +1 −0 parameter/ParameterMgrPlatformConnector.cpp
  2. +2 −1 parameter/include/ParameterMgrPlatformConnector.h
1 change: 1 addition & 0 deletions parameter/ParameterMgrPlatformConnector.cpp
Original file line number Diff line number Diff line change
@@ -30,6 +30,7 @@
#include "ParameterMgrPlatformConnector.h"
#include "ParameterMgr.h"
#include "ParameterMgrLogger.h"
#include "Memory.hpp"
#include <assert.h>

using std::string;
3 changes: 2 additions & 1 deletion parameter/include/ParameterMgrPlatformConnector.h
Original file line number Diff line number Diff line change
@@ -36,7 +36,8 @@
#include "ParameterHandle.h"
#include "ElementHandle.h"
#include "ParameterMgrLoggerForward.h"
#include "Memory.hpp"

#include <memory>

class CParameterMgr;