Skip to content

Missing #include <time.h> #114

@pcarbo

Description

@pcarbo

I compiled ssimp 0.5.6 from source using gcc 0.6.3. However, gcc complained about "time" not being defined. I fixed the problem by adding

#include <time.h>

to these two files:

src/bits.and.pieces/utils.h
stu/timestamp.hh

After that, I was able to successfullly build the binary executable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions