Skip to content

Commit

Permalink
add missing include to table_generator.cpp. Fixes #29 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
torpedro authored and nilsthamm committed May 25, 2017
1 parent 1268422 commit b242140
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/benchmark/table_generator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
#include <vector>
#include "types.hpp"

#include "storage/value_column.hpp"
#include "tbb/concurrent_vector.h"

namespace opossum {
Expand Down

0 comments on commit b242140

Please sign in to comment.