Skip to content

Commit

Permalink
local ads campaign serialization fix for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Arsentiy Milchakov authored and Sergey Yershov committed Aug 3, 2017
1 parent 8349218 commit 0f63abb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions local_ads/campaign_serialization.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include "base/stl_add.hpp"

#include <climits>
#include <cstdint>
#include <type_traits>
#include <vector>
Expand Down Expand Up @@ -227,5 +228,7 @@ std::string DebugPrint(local_ads::Version version)
case Version::V2: return "Version 2";
default: ASSERT(false, ("Unknown version"));
}

return {};
}
} // namespace local_ads

0 comments on commit 0f63abb

Please sign in to comment.