mirror of
https://github.com/gnustep/libs-gdl2.git
synced 2025-04-22 12:55:44 +00:00
* DBModeler/DiagramView.m: Include math.h.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gdl2/trunk@28000 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b86447fc2f
commit
500785be3b
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
* DBModeler/MainModelEditor.m: Implement -viewSelectedObject
|
||||
calling _activateSelection.
|
||||
* DBModeler/DiagramView.m: Include math.h.
|
||||
|
||||
2009-02-26 Matt Rice <ratmice@gmail.com>
|
||||
|
||||
|
|
|
@ -52,6 +52,7 @@
|
|||
#include <EOModeler/EOModelExtensions.h>
|
||||
|
||||
#include <GNUstepBase/GNUstep.h>
|
||||
#include <math.h>
|
||||
|
||||
@implementation DiagramView
|
||||
- (id) initWithFrame:(NSRect)frameRect
|
||||
|
|
Loading…
Reference in a new issue