Missed mode_AA in modes.h
authorMonty <xiphmont@xiph.org>
Thu, 1 Feb 2001 01:12:26 +0000 (01:12 +0000)
committerMonty <xiphmont@xiph.org>
Thu, 1 Feb 2001 01:12:26 +0000 (01:12 +0000)
svn path=/trunk/vorbis/; revision=1235

lib/modes/modes.h

index 3d0f9b1..fed1108 100644 (file)
  ********************************************************************
 
  function: predefined encoding modes
- last mod: $Id: modes.h,v 1.4 2001/02/01 01:03:30 xiphmont Exp $
+ last mod: $Id: modes.h,v 1.5 2001/02/01 01:12:26 xiphmont Exp $
 
  ********************************************************************/
 
 #ifndef _V_MODES_H_
 #define _V_MODES_H_
 
+#include "modes/mode_AA.h"
 #include "modes/mode_A.h"
 #include "modes/mode_B.h"
 #include "modes/mode_C.h"