mirror of
https://github.com/team-charls/charls
synced 2025-03-28 21:03:13 +00:00
include stdlib.h (from Matthieu)
This commit is contained in:
parent
297ab3c69f
commit
e3432fd1b8
@ -1,6 +1,7 @@
|
||||
//
|
||||
// (C) Jan de Vaan 2007-2009, all rights reserved. See the accompanying "License.txt" for licensed use.
|
||||
//
|
||||
#include <stdlib.h> /* abs */
|
||||
|
||||
|
||||
#ifndef CHARLS_CONTEXT
|
||||
|
@ -2,6 +2,7 @@
|
||||
// (C) Jan de Vaan 2007-2009, all rights reserved. See the accompanying "License.txt" for licensed use.
|
||||
//
|
||||
|
||||
#include <stdlib.h> /* abs */
|
||||
|
||||
#ifndef CHARLS_DEFAULTTRAITS
|
||||
#define CHARLS_DEFAULTTRAITS
|
||||
|
@ -1,3 +1,5 @@
|
||||
#include "stdafx.h"
|
||||
|
||||
#ifndef JLS_INTERFACE
|
||||
#define JLS_INTERFACE
|
||||
|
||||
|
1
scan.h
1
scan.h
@ -6,6 +6,7 @@
|
||||
#define CHARLS_SCAN
|
||||
|
||||
#include "lookuptable.h"
|
||||
#include <stdlib.h> /* abs */
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#pragma warning (disable: 4127)
|
||||
|
@ -12,6 +12,7 @@
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#include <assert.h>
|
||||
#define ASSERT(t) assert(t)
|
||||
|
Loading…
x
Reference in New Issue
Block a user