[KBM] fix build error C2079 (#10959)

* [KBM] fix build error C2079

* [KBM] one more <sstream> fix
This commit is contained in:
Enrico Giordani
2021-04-27 00:37:44 -07:00
committed by GitHub
parent aa51f81bb8
commit 0aee35df0c
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
#include "pch.h"
#include "Helpers.h"
#include <sstream>
#include <common/interop/shared_constants.h>
#include <common/utils/process_path.h>