aboutsummaryrefslogtreecommitdiff
path: root/brep/package-search.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'brep/package-search.cxx')
-rw-r--r--brep/package-search.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/brep/package-search.cxx b/brep/package-search.cxx
index f51dade..02a8547 100644
--- a/brep/package-search.cxx
+++ b/brep/package-search.cxx
@@ -5,7 +5,8 @@
#include <brep/package-search>
#include <string>
-#include <memory> // make_shared()
+#include <memory> // make_shared()
+#include <cstddef> // size_t
#include <xml/serializer>
@@ -77,7 +78,7 @@ namespace brep
<< ".package {margin: 0.5em 0 0;}" << ident
<< ".name {font-size: x-large;}" << ident
<< ".tags {margin: 0.1em 0 0;}" << ident
- << ".tag {padding: 0 0.3em 0 0;}" << ident
+ << ".tag {padding: 0 0.3em 0 0;}"
<< ~CSS_STYLE
<< ~HEAD
<< BODY;