Commit fc00ecf
Andrei Popescu
Fix boost::throw_exception include missing. (#815)
During clang-format the include order in Base64.cpp was reordered which
results in broken build on system with disabled exceptions. This is
now fixed.
Resolves: OLPEDGE-1883
Signed-off-by: Andrei Popescu <andrei.popescu@here.com>1 parent 5848123 commit fc00ecf
1 file changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
24 | 28 | | |
25 | 29 | | |
26 | 30 | | |
27 | | - | |
| 31 | + | |
28 | 32 | | |
29 | 33 | | |
30 | 34 | | |
| |||
0 commit comments