From 5ac246132c75c6d08b860424d463b52bb2ea02d6 Mon Sep 17 00:00:00 2001 From: weidai Date: Sun, 8 Aug 2010 23:02:36 +0000 Subject: fix compile with GCC 4.4 and -march=i386 fix minor documentation issues fix compile w/o GAS 2.19 or later git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@519 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- filters.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'filters.h') diff --git a/filters.h b/filters.h index b2194ca..c72a4ec 100644 --- a/filters.h +++ b/filters.h @@ -1,6 +1,8 @@ #ifndef CRYPTOPP_FILTERS_H #define CRYPTOPP_FILTERS_H +//! \file + #include "simple.h" #include "secblock.h" #include "misc.h" -- cgit v1.2.1