Showing with 2 additions and 0 deletions.
  1. +2 −0 benchmark/aabench/string.d
2 changes: 2 additions & 0 deletions benchmark/aabench/string.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Authors: Martin Nowak
*/
module aabench.string;

import std.algorithm, std.file;

void runTest(R)(R words)
Expand Down