~stolowski/unity-scopes-api/fix-1393382-rtm

« back to all changes in this revision

Viewing changes to src/scopes/testing/Benchmark.cpp

  • Committer: Pawel Stolowski
  • Date: 2014-11-04 14:33:07 UTC
  • mfrom: (241.1.20 unity-scopes-api)
  • Revision ID: pawel.stolowski@canonical.com-20141104143307-cs70gjyowjtwpk69
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 
19
19
#include <unity/scopes/testing/Benchmark.h>
20
20
 
21
 
#include <unity/scopes/internal/max_align_clang_bug.h>  // TODO: remove this once clang 3.5.2 is released
22
21
#include <boost/serialization/serialization.hpp>
23
22
#include <boost/serialization/split_free.hpp>
24
23
#include <boost/serialization/vector.hpp>