diff options
| author | Jeff Garzik <[email protected]> | 2011-05-09 14:00:14 -0400 |
|---|---|---|
| committer | Jeff Garzik <[email protected]> | 2011-05-09 14:00:14 -0400 |
| commit | b17be7e14b4a62b7935c75fe7e7645e736fd68d2 (patch) | |
| tree | be44c7310683df72aeb5781ec74a85451206cfbc /src/json/json_spirit_value.cpp | |
| parent | Fix broken build (invalid use of qualified name std::advance) (diff) | |
| parent | directory re-organization (keeps the old build system) (diff) | |
| download | discoin-b17be7e14b4a62b7935c75fe7e7645e736fd68d2.tar.xz discoin-b17be7e14b4a62b7935c75fe7e7645e736fd68d2.zip | |
Manual merge of jaromil's source tree reorg commit.
Conflicts:
src/sha256.cpp
Diffstat (limited to 'src/json/json_spirit_value.cpp')
| -rw-r--r-- | src/json/json_spirit_value.cpp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/json/json_spirit_value.cpp b/src/json/json_spirit_value.cpp new file mode 100644 index 000000000..44d2f06a0 --- /dev/null +++ b/src/json/json_spirit_value.cpp @@ -0,0 +1,8 @@ +/* Copyright (c) 2007 John W Wilkinson + + This source code can be used for any purpose as long as + this comment is retained. */ + +// json spirit version 2.00 + +#include "json_spirit_value.h" |