repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
evcc: 0.131.4 -> 0.131.5
[NixPkgs.git]
/
pkgs
/
by-name
/
ca
/
caprice32
/
string.patch
blob
fabbbd80d5d37595420f8cc5eaa10757be3006e7
1
diff --git a/src/configuration.h b/src/configuration.h
2
index 34fd690..97fb0e5 100644
3
--- a/src/configuration.h
4
+++ b/src/configuration.h
5
@@ -2,6 +2,7 @@
6
#define CONFIGURATION_H
7
8
#include <map>
9
+#include <string>
10
11
namespace config
12
{