diff options
author | lloyd <[email protected]> | 2010-08-12 02:01:58 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2010-08-12 02:01:58 +0000 |
commit | ba58e2cbcc4d70b89799f14c1f37f85537807975 (patch) | |
tree | f3099cdfb51309c47b2d549f8a762a541b4ea63a /doc | |
parent | e3efa854350d4e76d27b17bc332e3fd6705a3aff (diff) |
Missing include, VC++ complained
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/cpuid.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/examples/cpuid.cpp b/doc/examples/cpuid.cpp index be58d9231..6d4cc7593 100644 --- a/doc/examples/cpuid.cpp +++ b/doc/examples/cpuid.cpp @@ -5,6 +5,7 @@ */ #include <iostream> +#include <string> #include <botan/cpuid.h> using namespace Botan; |