From 8862c5f7501249109225bba1777a00fe7b896917 Mon Sep 17 00:00:00 2001 From: Eric House Date: Tue, 24 Sep 2013 08:36:21 -0700 Subject: [PATCH] move include file up --- xwords4/relay/dbmgr.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xwords4/relay/dbmgr.h b/xwords4/relay/dbmgr.h index e55de7562..6e5bcbf0e 100644 --- a/xwords4/relay/dbmgr.h +++ b/xwords4/relay/dbmgr.h @@ -25,12 +25,13 @@ #include #include +#include + #include "strwpf.h" #include "xwrelay.h" #include "xwrelay_priv.h" #include "devid.h" #include "strwpf.h" -#include using namespace std;