diff options
author | fcolin | 2007-02-01 13:04:28 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:04:28 +0000 |
commit | 78c293ac5257f15176fb9e9a8c654e0102077a9f (patch) | |
tree | 746b8aefc7d76ac01698fb9e9762ff7ce03c4cab /Ivy | |
parent | 03e474e496e7a9e7918c1d7abe0b358ebdc3a63f (diff) | |
download | ivy-cplusplus-78c293ac5257f15176fb9e9a8c654e0102077a9f.zip ivy-cplusplus-78c293ac5257f15176fb9e9a8c654e0102077a9f.tar.gz ivy-cplusplus-78c293ac5257f15176fb9e9a8c654e0102077a9f.tar.bz2 ivy-cplusplus-78c293ac5257f15176fb9e9a8c654e0102077a9f.tar.xz |
Utilisateur : Fcolin Date : 1/06/05 Heure : 16:45 Archivé dans $/Bus/Ivy Commentaire: (vss 8)
Diffstat (limited to 'Ivy')
-rw-r--r-- | Ivy/Regexp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/Regexp.cxx b/Ivy/Regexp.cxx index 37de17c..bcbbf0c 100644 --- a/Ivy/Regexp.cxx +++ b/Ivy/Regexp.cxx @@ -67,7 +67,7 @@ // precedence is structured in regular expressions. Serious changes in
// regular-expression syntax might require a total rethink.
-#include "stdafx.h"
+#include "IvyStdAfx.h"
#include "regexp.h"
// The first byte of the regexp internal "program" is actually this magic
|