diff options
author | George Hazan <george.hazan@gmail.com> | 2012-11-20 20:40:39 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-11-20 20:40:39 +0000 |
commit | df647af2c9e11426c52012ae3b269c7b43e2f76b (patch) | |
tree | 8305e8e7bbc676328bf67351607073e53e0b9dd3 /protocols/AimOscar/src | |
parent | cba02cbbf4e474afe60f70e91fc8f552f97212af (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/AimOscar/src')
-rw-r--r-- | protocols/AimOscar/src/stdafx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/AimOscar/src/stdafx.cpp b/protocols/AimOscar/src/stdafx.cpp index fc9e8e3956..9a270b0587 100644 --- a/protocols/AimOscar/src/stdafx.cpp +++ b/protocols/AimOscar/src/stdafx.cpp @@ -15,4 +15,4 @@ You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include <stdafx.h>
\ No newline at end of file +#include "aim.h"
\ No newline at end of file |