Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Include missing  (Read 1158 times)

0 Members and 2 Guests are viewing this topic.

Iteem

  • Newbie
  • *
  • Posts: 2
    • View Profile
Include missing
« on: July 17, 2011, 03:48:46 pm »
Trying to compile the newest SFML-revision, I've got the error

Code: [Select]
...\SFML\src\SFML\Graphics\Font.cpp:197:5: error: 'memset' is not a member of 'std'

Adding "#include <cstring>" in src\SFML\Graphics\Font.cp fixes the problem.

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Include missing
« Reply #1 on: July 17, 2011, 06:36:51 pm »
It's fixed now. Thanks.
Laurent Gomila - SFML developer

 

anything