Skip to content

Missing <cstddef> #76

Description

@wernight

On Linux with recent G++ for v0.1.3 I get errors:

Source/include/slikenet/HTTPConnection2.h:76:143: error: 'ptrdiff_t' has not been declared
Source/include/slikenet/HTTPConnection2.h:94:17: error: 'ptrdiff_t' does not name a type
...

Probably not the best place, but a fix is to add:

  #include <cstddef>

on top of Source/include/slikenet/HTTPConnection2.h

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions