diff options
Diffstat (limited to 'Include/allobjects.h')
-rw-r--r-- | Include/allobjects.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Include/allobjects.h b/Include/allobjects.h index 8f9091a..17d6dd2 100644 --- a/Include/allobjects.h +++ b/Include/allobjects.h @@ -46,6 +46,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. #include "intobject.h" #include "longobject.h" #include "floatobject.h" +#include "rangeobject.h" #include "stringobject.h" #include "tupleobject.h" #include "listobject.h" |