Skip to content

Commit

Permalink
Fix includes
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@20433 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
sjoelund committed May 7, 2014
1 parent e7abe4d commit 9732d1a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions OMEdit/OMEditGUI/Util/diff_match_patch.h
Expand Up @@ -22,6 +22,13 @@
#ifndef DIFF_MATCH_PATCH_H
#define DIFF_MATCH_PATCH_H

#include <QtCore>
#include <QString>
#include <QList>
#include <QMap>
#include <QVariant>
#include <time.h>

/*
* Functions for diff, match and patch.
* Computes the difference between two texts to create a patch.
Expand Down

0 comments on commit 9732d1a

Please sign in to comment.