aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorJordan Lewis <[email protected]>2011-05-15 17:08:35 -0500
committerJordan Lewis <[email protected]>2011-05-15 22:23:42 -0500
commitfdd7d047443b3f4ce1e4433ec28289a11ba4a94b (patch)
treed912771fcb7953408f36a581f390bbb09e368a7f /src/util.cpp
parentOnly include init.h when we have to (diff)
downloaddiscoin-fdd7d047443b3f4ce1e4433ec28289a11ba4a94b.tar.xz
discoin-fdd7d047443b3f4ce1e4433ec28289a11ba4a94b.zip
Only include strlcpy.h when we have to
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 4e93f625d..1b6ba016a 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -2,6 +2,7 @@
// Distributed under the MIT/X11 software license, see the accompanying
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
#include "headers.h"
+#include "strlcpy.h"
using namespace std;
using namespace boost;