diff options
| author | 2006-07-10 19:02:52 +0000 | |
|---|---|---|
| committer | 2006-07-10 19:02:52 +0000 | |
| commit | df6c796c0a83bad774fcea5fdc697d3cb082f70b (patch) | |
| tree | 3a3346ed108921afdb3be6a4710342294ed525c0 /include | |
| parent | Inherit just about everything from classbase (diff) | |
Deps weeding
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4300 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'include')
| -rw-r--r-- | include/aes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/aes.h b/include/aes.h index d2616b6d3..53e4bd181 100644 --- a/include/aes.h +++ b/include/aes.h @@ -2,6 +2,7 @@ #define __AES_H__
#include <cstring>
+#include "base.h"
using namespace std;
|
