projects
/
sdk
/
tools
/
netcoredbg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03bea71
)
Added `pragma once` to cputil.h
author
Andrey Okoshkin
<a.okoshkin@samsung.com>
Wed, 7 Feb 2018 10:23:16 +0000
(13:23 +0300)
committer
Andrey Okoshkin
<a.okoshkin@samsung.com>
Wed, 7 Feb 2018 16:02:03 +0000
(19:02 +0300)
src/debug/netcoredbg/cputil.h
patch
|
blob
|
history
diff --git
a/src/debug/netcoredbg/cputil.h
b/src/debug/netcoredbg/cputil.h
index c4b1e7f8d59e0a42cf82617dd4a8fc9806cf42c0..0a71394290f70c37070e36710ad93cc4b44a6e24 100644
(file)
--- a/
src/debug/netcoredbg/cputil.h
+++ b/
src/debug/netcoredbg/cputil.h
@@
-1,6
+1,7
@@
// Copyright (c) 2017 Samsung Electronics Co., LTD
// Distributed under the MIT License.
// See the LICENSE file in the project root for more information.
+#pragma once
#include <string>
#include <locale>