Created
January 13, 2014 15:04
-
-
Save Gocrazy/8401856 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #pragma once | |
| #include "soa/types/value_description.h" | |
| #include "soa/types/basic_value_descriptions.h" | |
| #include "soa/types/json_parsing.h" | |
| #include "smaato.h" | |
| #include <boost/lexical_cast.hpp> | |
| namespace Datacratic { | |
| template<> | |
| struct DefaultDescription<Smaato::BidRequest> | |
| : public StructureDescription<Smaato::BidRequest> { | |
| DefaultDescription(); | |
| }; | |
| } // namespace Datacratic |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment