Skip to content

Commit 2e1f327

Browse files
authored
Add include for string in QnnOpPackageManager.cpp
Try to see if it resolves the build issue
1 parent b3f3111 commit 2e1f327

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/qualcomm/runtime/backends/QnnOpPackageManager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
* This source code is licensed under the BSD-style license found in the
66
* LICENSE file in the root directory of this source tree.
77
*/
8+
#include <string>
89
#include <executorch/backends/qualcomm/runtime/backends/QnnOpPackageManager.h>
910
namespace executorch {
1011
namespace backends {

0 commit comments

Comments
 (0)