Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Kiste
libbulletml
Commits
12bf9fa6
Commit
12bf9fa6
authored
Dec 12, 2017
by
Kiste
Browse files
debian includes.patch
parent
679183d0
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/calc.yy
View file @
12bf9fa6
...
...
@@ -12,6 +12,8 @@ typedef double NumType;
#include <vector>
#include <sstream>
#include <string.h>
#include "calc.h"
#include "formula.h"
#include "formula-variables.h"
...
...
src/tinyxml/tinyxml.h
View file @
12bf9fa6
...
...
@@ -26,7 +26,9 @@ distribution.
#define TINYXML_INCLUDED
#include
<string>
#include
<string.h>
#include
<stdio.h>
#include
<stdlib.h>
#include
<assert.h>
class
TiXmlDocument
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment