diff options
author | fcolin | 2007-02-01 13:04:28 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:04:28 +0000 |
commit | 319ac1716714f6b73bb2c9a5b1b52fdb845b13ed (patch) | |
tree | b171c65ad8d12d7598e25c6b6b4461d922ecec65 /Bus/Ivy | |
parent | f621b1eb885c3115ce785dfb72e10227124ed5e2 (diff) | |
download | ivy-cplusplus-319ac1716714f6b73bb2c9a5b1b52fdb845b13ed.zip ivy-cplusplus-319ac1716714f6b73bb2c9a5b1b52fdb845b13ed.tar.gz ivy-cplusplus-319ac1716714f6b73bb2c9a5b1b52fdb845b13ed.tar.bz2 ivy-cplusplus-319ac1716714f6b73bb2c9a5b1b52fdb845b13ed.tar.xz |
Utilisateur : Fcolin Date : 1/06/05 Heure : 16:45 Archivé dans $/Bus/Ivy Commentaire: (vss 8)
Diffstat (limited to 'Bus/Ivy')
-rw-r--r-- | Bus/Ivy/Regexp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bus/Ivy/Regexp.cxx b/Bus/Ivy/Regexp.cxx index 37de17c..bcbbf0c 100644 --- a/Bus/Ivy/Regexp.cxx +++ b/Bus/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
|